Package | Description |
---|---|
org.nuxeo.build.ant.artifact | |
org.nuxeo.build.maven.filter | |
org.nuxeo.build.maven.graph |
Modifier and Type | Field and Description |
---|---|
protected Node |
ArtifactFile.node |
protected Node |
ArtifactDependencies.node |
Modifier and Type | Method and Description |
---|---|
Node |
ArtifactFile.getNode() |
Node |
ArtifactDependencies.getNode() |
Modifier and Type | Method and Description |
---|---|
void |
ArtifactSet.collectImportedNodes(Collection<Node> nodesCollection) |
void |
ArtifactSetParser.parse(BufferedReader reader,
Collection<Node> nodes) |
void |
ArtifactSetParser.parse(File src,
Collection<Node> nodes) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ManifestBundleCategoryFilter.accept(Node node,
boolean browseChildren,
boolean browseParents)
Deprecated.
2.0
|
Modifier and Type | Field and Description |
---|---|
TreeMap<String,Node> |
Graph.nodes |
List<Node> |
Graph.roots |
Modifier and Type | Method and Description |
---|---|
Node |
Graph.addRootNode(org.eclipse.aether.graph.Dependency dependency) |
Node |
Graph.addRootNode(org.eclipse.aether.graph.DependencyNode root) |
Node |
Graph.addRootNode(org.apache.maven.project.MavenProject pom)
Add a root node given a Maven Project POM.
|
Node |
Graph.addRootNode(Node node) |
Node |
Graph.addRootNode(String key) |
Node |
Graph.collectRootNode(org.eclipse.aether.graph.Dependency dependency) |
Node |
Graph.collectRootNode(org.apache.maven.project.MavenProject pom) |
Node |
Graph.findFirst(String pattern)
Deprecated.
Since 2.0.4. This method is not very interesting.
|
Node |
Graph.findFirst(String pattern,
boolean stopIfNotUnique) |
Node |
Graph.findNode(ArtifactDescriptor ad) |
Node |
Graph.findNode(String key) |
Node |
Graph.findNode(String key,
ArtifactDescriptor ad) |
Node |
Graph.getNode(org.eclipse.aether.graph.Dependency dependency) |
Modifier and Type | Method and Description |
---|---|
Collection<Node> |
Graph.find(String pattern) |
Collection<Node> |
Graph.getNodes() |
List<Node> |
Graph.getRoots() |
Modifier and Type | Method and Description |
---|---|
void |
Graph.addNode(Node node) |
void |
Node.addParent(Node node) |
Node |
Graph.addRootNode(Node node) |
Constructor and Description |
---|
Node(Node node) |
Constructor and Description |
---|
TreePrinterDependencyVisitor(OutputStream output,
int format,
List<String> scopes,
List<Node> roots) |
Copyright © 2016 Nuxeo SA. All Rights Reserved.