|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jalios.jcms.tools.AbstractFilePacker
public abstract class AbstractFilePacker
| Constructor Summary | |
|---|---|
protected |
AbstractFilePacker(java.lang.String extension)
Builds a new file packer using specified options. |
| Method Summary | |
|---|---|
java.lang.String |
getFilePack(java.lang.String[] relativeFilePaths)
Packs specified files into one and single string. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
protected AbstractFilePacker(java.lang.String extension)
throws java.io.IOException
extension - file extension required to pack file
java.io.IOException| Method Detail |
|---|
public java.lang.String getFilePack(java.lang.String[] relativeFilePaths)
relativeFilePaths - an array of path relative to the webapp directory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||