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 |
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
|
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.
|
Modifier and Type | Field and Description |
---|---|
protected GraphFilter |
GraphDefTask.filter |
Modifier and Type | Field and Description |
---|---|
protected java.util.List<GraphFilter> |
GraphFilter.children |
Modifier and Type | Method and Description |
---|---|
void |
GraphFilter.add(GraphFilter child)
Adds another child.
|
void |
ResolveAllTask.add(GraphFilter child)
Adds a
GraphFilter child. |
void |
GraphDefTask.add(GraphFilter child)
Adds a
GraphFilter 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.
|
Copyright © 2014. All Rights Reserved.