|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.maven.model.PatternSet
org.apache.maven.model.UnitTest
null
Field Summary | |
private java.lang.String |
modelEncoding
|
private java.util.List |
resources
Field resources |
Fields inherited from class org.apache.maven.model.PatternSet |
|
Constructor Summary | |
UnitTest()
|
Method Summary | |
void |
addResource(Resource resource)
Method addResource |
java.lang.String |
getModelEncoding()
|
java.util.List |
getResources()
Method getResources |
void |
removeResource(Resource resource)
Method removeResource |
void |
setModelEncoding(java.lang.String modelEncoding)
|
void |
setResources(java.util.List resources)
Set The classpath resources to use when executing the unit tests. |
Methods inherited from class org.apache.maven.model.PatternSet |
addExclude, addInclude, getExcludes, getIncludes, removeExclude, removeInclude, setExcludes, setIncludes |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private java.util.List resources
private java.lang.String modelEncoding
Constructor Detail |
public UnitTest()
Method Detail |
public void addResource(Resource resource)
resource
- public java.util.List getResources()
public void removeResource(Resource resource)
resource
- public void setResources(java.util.List resources)
resources
- public void setModelEncoding(java.lang.String modelEncoding)
setModelEncoding
in class PatternSet
public java.lang.String getModelEncoding()
getModelEncoding
in class PatternSet
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |