public class FragmentFile extends DependencyMap implements DependencyVisitor
mapping| Constructor and Description |
|---|
FragmentFile() |
| Modifier and Type | Method and Description |
|---|---|
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) |
addMapping, addMapping, translatepublic boolean isEmpty()
isEmpty in class DependencyMappublic 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) throws IOException
IOExceptionCopyright © 2012-2013 Red Hat, Inc.. All Rights Reserved.