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