@Component(role=Pack200Archiver.class) public class Pack200Archiver extends Object
| Constructor and Description |
|---|
Pack200Archiver() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
assertSupportedEclipseInf(EclipseInf eclipseInf) |
boolean |
normalize(List<org.apache.maven.artifact.Artifact> pluginArtifacts,
File file,
File packFile) |
boolean |
pack(List<org.apache.maven.artifact.Artifact> pluginArtifacts,
File file,
File packFile) |
void |
unpack(List<org.apache.maven.artifact.Artifact> pluginArtifacts,
File packFile,
File jarFile) |
public boolean normalize(List<org.apache.maven.artifact.Artifact> pluginArtifacts, File file, File packFile) throws IOException
file - source jar filepackFile - target pack filetrue if the target pack file was created, false if the
target file was not createdIOExceptionprotected void assertSupportedEclipseInf(EclipseInf eclipseInf) throws IOException
IOExceptionpublic void unpack(List<org.apache.maven.artifact.Artifact> pluginArtifacts, File packFile, File jarFile) throws IOException
IOExceptionpublic boolean pack(List<org.apache.maven.artifact.Artifact> pluginArtifacts, File file, File packFile) throws IOException
IOExceptionCopyright © 2010-2013 Eclipse Foundation. All Rights Reserved.