|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use GraphFilter | |
---|---|
org.jvnet.maven.plugin.antrun |
Uses of GraphFilter in org.jvnet.maven.plugin.antrun |
---|
Subclasses of GraphFilter in org.jvnet.maven.plugin.antrun | |
---|---|
class |
AbstractArtifactsExclusionFilter
Base class for ListFilter s that takes several nested <artifact> elements as parameters
to identify artifacts. |
class |
DependencyExclusionFilter
Filters out a graph by honoring dependency exclusion. |
class |
DumpGraphFilter
Special GraphFilter that dumps the graph. |
class |
ExcludeArtifactsTransitivelyFilter
Filter DependencyGraph by excluding the specified set of artifacts. |
class |
FullGraphFilter
A pseudo filter that returns the current full dependency graph. |
class |
GraphRefFilter
Obtains a graph stored by GraphDefTask . |
class |
GroupIdFilter
|
class |
ListFilter
ListFilter is a special kind of GraphFilter
that only filters graph based on DependencyGraph.Node . |
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 |
RetentionSetFilter
Use this filter to create a retention set from a DependencyGraph. |
class |
ScopeFilter
Filter out a DependencyGraph by only traversing the given scope. |
class |
SubGraphFilter
Computes a full subgraph rooted on the given node. |
class |
SubtractFilter
Filter that takes two children G1 and G2, and compute G1-G2. |
class |
VisualizeFilter
Filter that generates a graph by using GraphViz. |
static class |
VisualizeFilter.Subgraph
Nested <subgraph> element. |
Fields in org.jvnet.maven.plugin.antrun declared as GraphFilter | |
---|---|
protected GraphFilter |
GraphDefTask.filter
|
Fields in org.jvnet.maven.plugin.antrun with type parameters of type GraphFilter | |
---|---|
protected java.util.List<GraphFilter> |
GraphFilter.children
|
Methods in org.jvnet.maven.plugin.antrun with parameters of type GraphFilter | |
---|---|
void |
GraphDefTask.add(GraphFilter child)
Adds a GraphFilter child. |
void |
ResolveAllTask.add(GraphFilter child)
Adds a GraphFilter child. |
void |
GraphFilter.add(GraphFilter child)
Adds another child. |
protected DependencyGraph |
DependencyGraphTask.buildGraph(GraphFilter filter)
Transforms a graph by applying the given filter to thtese "source graph", which is determined by the various parameter to this task. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |