|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Pack200Tool
Tool api for pack200 operations.
Note: A such tool can only be used for a jre > 1.4.
| Field Summary | |
|---|---|
static String |
ROLE
Plexus component role. |
| Method Summary | |
|---|---|
void |
packJars(File directory,
FileFilter jarFileFilter,
boolean gzip)
Packs from the given directory, all files matched by the filter. |
void |
unpackJars(File directory,
FileFilter pack200FileFilter)
UnPacks from the given directory, all files matched by the filter. |
| Field Detail |
|---|
static final String ROLE
| Method Detail |
|---|
void packJars(File directory,
FileFilter jarFileFilter,
boolean gzip)
directory, all files matched by the filter.
If parameter gzip is setted to true, then after it gzip packed files.
directory - the location of the directory containing files to packjarFileFilter - the filter to determin which files to packgzip - flag to gzip files after pack them
void unpackJars(File directory,
FileFilter pack200FileFilter)
directory, all files matched by the filter.
directory - the location of the directory containing files to unpackpack200FileFilter - the fileter to determin which files to unpakc
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||