ForkedPack200Wrapperpublic class Pack200Wrapper extends Object
| Modifier and Type | Field | Description |
|---|---|---|
static String |
COMMAND_PACK |
|
static String |
COMMAND_UNPACK |
| Constructor | Description |
|---|---|
Pack200Wrapper() |
| Modifier and Type | Method | 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–2019 Eclipse Foundation. All rights reserved.