public class Pack200Wrapper extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
COMMAND_PACK |
static String |
COMMAND_UNPACK |
| Constructor and Description |
|---|
Pack200Wrapper() |
| Modifier and Type | Method and Description |
|---|---|
static void |
main(String[] args) |
void |
pack(List<org.apache.maven.artifact.Artifact> pluginArtifacts,
File jar,
File pack) |
protected void |
unpack(File packFile,
File jarFile) |
void |
unpack(List<org.apache.maven.artifact.Artifact> pluginArtifacts,
File packFile,
File jarFile) |
public static final String COMMAND_PACK
public static final String COMMAND_UNPACK
public void pack(List<org.apache.maven.artifact.Artifact> pluginArtifacts, File jar, File pack) throws IOException
IOExceptionpublic void unpack(List<org.apache.maven.artifact.Artifact> pluginArtifacts, File packFile, File jarFile) throws IOException
IOExceptionprotected void unpack(File packFile, File jarFile) throws IOException, FileNotFoundException
IOExceptionFileNotFoundExceptionpublic static void main(String[] args) throws IOException
IOExceptionCopyright © 2010-2013 Eclipse Foundation. All Rights Reserved.