Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.model.io.jdom |
Modifier and Type | Method and Description |
---|---|
List<Resource> |
BuildBase.getResources()
Method getResources.
|
List<Resource> |
BuildBase.getTestResources()
Method getTestResources.
|
Modifier and Type | Method and Description |
---|---|
void |
BuildBase.addResource(Resource resource)
Method addResource.
|
void |
BuildBase.addTestResource(Resource resource)
Method addTestResource.
|
void |
BuildBase.removeResource(Resource resource)
Method removeResource.
|
void |
BuildBase.removeTestResource(Resource resource)
Method removeTestResource.
|
Modifier and Type | Method and Description |
---|---|
void |
BuildBase.setResources(List<Resource> resources)
Set this element describes all of the classpath resources
such as properties files associated with a
project.
|
void |
BuildBase.setTestResources(List<Resource> testResources)
Set this element describes all of the classpath resources
such as properties files associated with a
project's unit tests.
|
Modifier and Type | Method and Description |
---|---|
protected void |
MavenJDOMWriter.updateResource(Resource resource,
String xmlTag,
MavenJDOMWriter.Counter counter,
org.jdom.Element element)
Method updateResource.
|
Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.