|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.project.BaseObject
org.apache.maven.project.UnitTest
Collects unit-test include and exclude patterns and resources.
Field Summary |
Fields inherited from class org.apache.maven.project.BaseObject |
id |
Constructor Summary | |
UnitTest()
|
Method Summary | |
void |
addExclude(java.lang.String pattern)
Add an exclude pattern. |
void |
addInclude(java.lang.String pattern)
Add an include pattern. |
void |
addResource(Resource resource)
Add a test resource. |
java.util.List |
getExcludes()
Retrieve a list of exclude patterns. |
java.util.List |
getIncludes()
Retrieve a list of include patterns. |
java.util.List |
getResources()
Gets the resources. |
void |
setResources(java.util.List resources)
Set the resources. |
Methods inherited from class org.apache.maven.project.BaseObject |
addProperty, equals, getId, getName, getProperties, getProperty, hashCode, isValid, resolvedProperties, setId, setName, setProperties, toString |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public UnitTest()
Method Detail |
public void addInclude(java.lang.String pattern)
pattern
- Add an include pattern.public void addExclude(java.lang.String pattern)
pattern
- Add an exlude pattern.public java.util.List getIncludes()
public java.util.List getExcludes()
public void addResource(Resource resource)
resource
- Add a test resource.public void setResources(java.util.List resources)
resources
- Test resources.public java.util.List getResources()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |