Package | Description |
---|---|
org.jvnet.maven.plugin.antrun |
Modifier and Type | Class and Description |
---|---|
class |
AbstractArtifactsExclusionFilter
Base class for
ListFilter s that takes several nested <artifact> elements as parameters
to identify artifacts. |
class |
DefaultGraphVisitor
Partial
GraphVisitor implementation that returns true. |
class |
ExcludeArtifactsTransitivelyFilter
Filter
DependencyGraph by excluding the specified set of artifacts. |
class |
GraphVizVisualizer
Generates a dependency diagram by using GraphViz.
|
class |
GroupIdFilter |
class |
ListFilter
|
class |
ManifestEntryFilter
Filter out a
DependencyGraph by looking at manifest entries in the jar file. |
class |
PackagingFilter
Filter out a
DependencyGraph by only traversing the given packaging. |
class |
RemoveSpecificArtifactsFilter
Filter
DependencyGraph by excluding artifacts that are specific to the given artifacts. |
class |
ScopeFilter
Filter out a
DependencyGraph by only traversing the given scope. |
Modifier and Type | Method and Description |
---|---|
static GraphVisitor |
GraphVisitors.and(java.util.Collection<? extends GraphVisitor> visitors)
Combines multiple
GraphVisitor by AND-ing its output. |
static GraphVisitor |
GraphVisitors.and(GraphVisitor... visitors)
Combines multiple
GraphVisitor by AND-ing its output. |
static GraphVisitor |
GraphVisitors.not(GraphVisitor graph)
Obtains a
GraphVisitor that does boolean-negation of the current GraphVisitor . |
static GraphVisitor |
GraphVisitors.or(java.util.Collection<? extends GraphVisitor> visitors)
Combines multiple
GraphVisitor by OR-ing its output. |
static GraphVisitor |
GraphVisitors.or(GraphVisitor... visitors)
Combines multiple
GraphVisitor by OR-ing its output. |
Modifier and Type | Method and Description |
---|---|
void |
DependencyGraph.accept(GraphVisitor visitor)
Accepts the visitor.
|
static GraphVisitor |
GraphVisitors.and(GraphVisitor... visitors)
Combines multiple
GraphVisitor by AND-ing its output. |
DependencyGraph |
DependencyGraph.createSubGraph(DependencyGraph.Node node,
GraphVisitor visitor)
Visits the graph started at the given node, and creates a sub-graph
from visited nodes and edges.
|
DependencyGraph |
DependencyGraph.createSubGraph(GraphVisitor visitor)
Accepts the visitor and invoke its visitor methods to create a sub-graph.
|
static GraphVisitor |
GraphVisitors.not(GraphVisitor graph)
Obtains a
GraphVisitor that does boolean-negation of the current GraphVisitor . |
static GraphVisitor |
GraphVisitors.or(GraphVisitor... visitors)
Combines multiple
GraphVisitor by OR-ing its output. |
Modifier and Type | Method and Description |
---|---|
static GraphVisitor |
GraphVisitors.and(java.util.Collection<? extends GraphVisitor> visitors)
Combines multiple
GraphVisitor by AND-ing its output. |
static GraphVisitor |
GraphVisitors.or(java.util.Collection<? extends GraphVisitor> visitors)
Combines multiple
GraphVisitor by OR-ing its output. |
Copyright © 2014. All Rights Reserved.