public class FragmentFile extends Object implements DependencyVisitor
| Constructor and Description |
|---|
FragmentFile(org.codehaus.plexus.logging.Logger logger) |
| Modifier and Type | Method and Description |
|---|---|
void |
addMapping(Artifact from,
Artifact to) |
boolean |
isEmpty() |
void |
optimize() |
void |
visitBuildDependency(String groupId,
String artifactId) |
void |
visitJavaVersionDependency(BigDecimal version) |
void |
visitRuntimeDependency(String groupId,
String artifactId) |
void |
write(Path path,
boolean writeDevel,
InstallerSettings settings) |
public boolean isEmpty()
public void visitRuntimeDependency(String groupId, String artifactId)
visitRuntimeDependency in interface DependencyVisitorpublic void visitBuildDependency(String groupId, String artifactId)
visitBuildDependency in interface DependencyVisitorpublic void visitJavaVersionDependency(BigDecimal version)
visitJavaVersionDependency in interface DependencyVisitorpublic void optimize()
public void write(Path path, boolean writeDevel, InstallerSettings settings) throws IOException
IOExceptionCopyright © 2012-2013 Red Hat, Inc.. All Rights Reserved.