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
IOException
public void unpack(List<org.apache.maven.artifact.Artifact> pluginArtifacts, File packFile, File jarFile) throws IOException
IOException
protected void unpack(File packFile, File jarFile) throws IOException, FileNotFoundException
IOException
FileNotFoundException
public static void main(String[] args) throws IOException
IOException
Copyright © 2010-2015 Eclipse Foundation. All Rights Reserved.