|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Resource | |
---|---|
org.apache.maven.model |
Uses of Resource in org.apache.maven.model |
---|
Methods in org.apache.maven.model that return types with arguments of type Resource | |
---|---|
List<Resource> |
BuildBase.getResources()
Method getResources. |
List<Resource> |
BuildBase.getTestResources()
Method getTestResources. |
Methods in org.apache.maven.model with parameters of type Resource | |
---|---|
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. |
Method parameters in org.apache.maven.model with type arguments of type Resource | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |