Package | Description |
---|---|
org.apache.maven.model | |
org.apache.maven.project | |
org.apache.maven.project.overlay |
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 |
---|---|
static Resource |
ModelUtils.cloneResource(Resource src) |
Modifier and Type | Method and Description |
---|---|
void |
MavenProject.addResource(Resource resource) |
void |
MavenProject.addTestResource(Resource testResource) |
static Resource |
ModelUtils.cloneResource(Resource src) |
Modifier and Type | Method and Description |
---|---|
void |
BuildOverlay.addResource(Resource resource) |
void |
BuildOverlay.addTestResource(Resource resource) |
void |
BuildOverlay.removeResource(Resource resource) |
void |
BuildOverlay.removeTestResource(Resource resource) |
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.