Package | Description |
---|---|
org.apache.maven.model.v3_0_0 |
Modifier and Type | Method and Description |
---|---|
List<Resource> |
BuildBase.getResources()
Method getResources.
|
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(List<Resource> resources)
Set this element describes all of the classpath resources
such as properties
files associated with a project.
|
void |
UnitTest.setResources(List<Resource> resources)
Set the classpath resources to use when executing the unit
tests.
|
Copyright © 2001-2014 The Apache Software Foundation. All Rights Reserved.