|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.codehaus.mojo.rpm.Dependency
public class Dependency
A description of the set of project dependencies to include in the mapping. If no includes or excludes are specified, all dependencies will be included in the mapping.
Each include or exclude should be specified in the form:
"groupID:
artifactID[:
version]"
Any field can be specified as "*
" which means any value is
a match. If version is omitted (it usually is), it is the same as specifying
"*
".
Constructor Summary | |
---|---|
Dependency()
|
Method Summary | |
---|---|
List |
getExcludes()
Retrieve the list of dependencies to exclude. |
List |
getIncludes()
Retrieve the list of dependencies to include. |
void |
setExcludes(List excls)
Set the list of dependencies to exclude. |
void |
setIncludes(List incls)
Set the list of dependencies to include. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public Dependency()
Method Detail |
---|
public List getIncludes()
public void setIncludes(List incls) throws org.apache.maven.plugin.MojoExecutionException
incls
- The new list of dependencies to include.
org.apache.maven.plugin.MojoExecutionException
- if the parse failspublic List getExcludes()
public void setExcludes(List excls) throws org.apache.maven.plugin.MojoExecutionException
excls
- The new list of dependencies to exclude.
org.apache.maven.plugin.MojoExecutionException
- if the parse failspublic String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |