Uses of Class
org.apache.maven.model.Resource
Packages that use Resource
-
Uses of Resource in org.apache.maven.model
Methods in org.apache.maven.model that return types with arguments of type ResourceModifier and TypeMethodDescriptionBuildBase.getResources()
Method getResources.BuildBase.getTestResources()
Method getTestResources.Methods in org.apache.maven.model with parameters of type ResourceModifier and TypeMethodDescriptionvoid
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 ResourceModifier and TypeMethodDescriptionvoid
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.