Package | Description |
---|---|
org.apache.maven.project | |
org.apache.maven.project.io.dom4j | |
org.apache.maven.project.io.stax | |
org.apache.maven.project.io.xpp3 |
Modifier and Type | Field and Description |
---|---|
private java.util.List<Resource> |
BuildBase.resources
Field resources.
|
private java.util.List<Resource> |
UnitTest.resources
Field resources.
|
Modifier and Type | Method and Description |
---|---|
java.util.List<Resource> |
BuildBase.getResources()
Method getResources.
|
java.util.List<Resource> |
UnitTest.getResources()
Method getResources.
|
Modifier and Type | Method and Description |
---|---|
void |
BuildBase.addResource(Resource resource)
Method addResource.
|
void |
UnitTest.addResource(Resource resource)
Method addResource.
|
void |
BuildBase.removeResource(Resource resource)
Method removeResource.
|
void |
UnitTest.removeResource(Resource resource)
Method removeResource.
|
Modifier and Type | Method and Description |
---|---|
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.
|
void |
UnitTest.setResources(java.util.List<Resource> resources)
Set the classpath resources to use when executing the unit
tests.
|
Modifier and Type | Method and Description |
---|---|
private Resource |
MavenDom4jReader.parseResource(java.lang.String tagName,
org.dom4j.Element element,
boolean strict)
Method parseResource.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenDom4jWriter.writeResource(Resource resource,
java.lang.String tagName,
org.dom4j.Branch parentElement)
Method writeResource.
|
Modifier and Type | Method and Description |
---|---|
private Resource |
MavenStaxReader.parseResource(javax.xml.stream.XMLStreamReader xmlStreamReader,
boolean strict)
Method parseResource.
|
Modifier and Type | Method and Description |
---|---|
private void |
MavenStaxWriter.writeResource(Resource resource,
java.lang.String tagName,
javax.xml.stream.XMLStreamWriter serializer)
Method writeResource.
|
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.
|