Uses of Class
org.apache.maven.model.Resource
Packages that use Resource
Package
Description
Maven POM (Project Object Model) classes, generated from
maven.mdo
model.POM merger.
-
Uses of Resource in org.apache.maven.model
Methods in org.apache.maven.model that return ResourceMethods 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. -
Uses of Resource in org.apache.maven.model.merge
Methods in org.apache.maven.model.merge with parameters of type ResourceModifier and TypeMethodDescriptionprotected Object
ModelMerger.getResourceKey
(Resource resource) protected void
ModelMerger.mergeResource
(Resource target, Resource source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeResource_Filtering
(Resource target, Resource source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeResource_MergeId
(Resource target, Resource source, boolean sourceDominant, Map<Object, Object> context) protected void
ModelMerger.mergeResource_TargetPath
(Resource target, Resource source, boolean sourceDominant, Map<Object, Object> context)