Package | Description |
---|---|
org.apache.maven.model |
Modifier and Type | Method and Description |
---|---|
Resource |
Resource.clone()
Method clone.
|
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.
|
Copyright © 2001–2018 The Apache Software Foundation. All rights reserved.