Package | Description |
---|---|
org.apache.maven.model.v3_0_0 | |
org.apache.maven.model.v3_0_0.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Resource> |
UnitTest.resources
Field resources.
|
private java.util.List<Resource> |
BuildBase.resources
Field resources.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Resource> |
UnitTest.getResources()
Method getResources.
|
java.util.List<Resource> |
BuildBase.getResources()
Method getResources.
|
Modifier and Type | Method and Description |
---|---|
void |
UnitTest.addResource(Resource resource)
Method addResource.
|
void |
BuildBase.addResource(Resource resource)
Method addResource.
|
void |
UnitTest.removeResource(Resource resource)
Method removeResource.
|
void |
BuildBase.removeResource(Resource resource)
Method removeResource.
|
Modifier and Type | Method and Description |
---|---|
void |
UnitTest.setResources(java.util.List<Resource> resources)
Set the classpath resources to use when executing the unit
tests.
|
void |
BuildBase.setResources(java.util.List<Resource> resources)
Set this element describes all of the classpath resources
such as properties
files associated with a project.
|
Modifier and Type | Method and Description |
---|---|
private Resource |
MavenXpp3Reader.parseResource(org.codehaus.plexus.util.xml.pull.XmlPullParser parser,
boolean strict)
Method parseResource.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenXpp3Writer.writeResource(Resource resource,
java.lang.String tagName,
org.codehaus.plexus.util.xml.pull.XmlSerializer serializer)
Method writeResource.
|