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 DependencyVisitor
public void visitBuildDependency(String groupId, String artifactId)
visitBuildDependency
in interface DependencyVisitor
public void visitJavaVersionDependency(BigDecimal version)
visitJavaVersionDependency
in interface DependencyVisitor
public void optimize()
public void write(Path path, boolean writeDevel, InstallerSettings settings) throws IOException
IOException
Copyright © 2012-2013 Red Hat, Inc.. All Rights Reserved.