public interface Package
Modifier and Type | Method and Description |
---|---|
void |
addEffectivePomFile(Path file,
Path jppGroupId,
Path jppArtifactId) |
void |
addJarFile(Path file,
Path baseName,
Collection<Path> symlinks) |
void |
addPomFile(Path file,
Path jppGroupId,
Path jppArtifactId) |
void |
createDepmaps(String groupId,
String artifactId,
String version,
Path jppGroup,
Path jppName,
PackagingRule rule) |
FragmentFile |
getMetadata() |
FragmentFile getMetadata()
void addPomFile(Path file, Path jppGroupId, Path jppArtifactId) throws IOException
IOException
void addEffectivePomFile(Path file, Path jppGroupId, Path jppArtifactId) throws IOException
IOException
void createDepmaps(String groupId, String artifactId, String version, Path jppGroup, Path jppName, PackagingRule rule) throws IOException
IOException
void addJarFile(Path file, Path baseName, Collection<Path> symlinks) throws IOException
IOException
Copyright © 2012-2013 Red Hat, Inc.. All Rights Reserved.