Uses of Class
org.apache.maven.model.Resource
-
Packages that use Resource Package Description 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 Modifier and Type Method Description java.util.List<Resource>
BuildBase. getResources()
Method getResources.java.util.List<Resource>
BuildBase. getTestResources()
Method getTestResources.Methods in org.apache.maven.model with parameters of type Resource Modifier and Type Method 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.Method parameters in org.apache.maven.model with type arguments of type Resource Modifier and Type Method Description void
BuildBase. setResources(java.util.List<Resource> resources)
Set this element describes all of the classpath resources such as properties files associated with a project.void
BuildBase. setTestResources(java.util.List<Resource> testResources)
Set this element describes all of the classpath resources such as properties files associated with a project's unit tests.
-