org.jvnet.maven.plugin.antrun
Class SubGraphFilter
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.jvnet.maven.plugin.antrun.GraphFilter
org.jvnet.maven.plugin.antrun.SubGraphFilter
- All Implemented Interfaces:
- Cloneable
public class SubGraphFilter
- extends GraphFilter
Computes a full subgraph rooted on the given node.
- Author:
- Kohsuke Kawaguchi
Fields inherited from class org.apache.tools.ant.ProjectComponent |
description, location, project |
Methods inherited from class org.apache.tools.ant.ProjectComponent |
clone, getDescription, getLocation, getProject, log, log, setDescription, setLocation, setProject |
SubGraphFilter
public SubGraphFilter()
setGroupId
public void setGroupId(String groupId)
setArtifactId
public void setArtifactId(String artifactId)
setVersion
public void setVersion(String version)
setType
public void setType(String type)
setClassifier
public void setClassifier(String classifier)
process
public DependencyGraph process()
- Specified by:
process
in class GraphFilter
Copyright © 2011. All Rights Reserved.