Uses of Class
org.apache.maven.api.model.Resource
-
Uses of Resource in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return ResourceModifier and TypeMethodDescriptionResource.Builder.build()
static Resource
Resource.newInstance()
Creates a newResource
instance.static Resource
Resource.newInstance
(boolean withDefaults) Creates a newResource
instance using default values or not.Resource.withDirectory
(String directory) Creates a newResource
instance using the specified directory.Resource.withExcludes
(Collection<String> excludes) Creates a newResource
instance using the specified excludes.Resource.withFiltering
(String filtering) Creates a newResource
instance using the specified filtering.Resource.withIncludes
(Collection<String> includes) Creates a newResource
instance using the specified includes.Resource.withMergeId
(String mergeId) Creates a newResource
instance using the specified mergeId.Resource.withTargetPath
(String targetPath) Deprecated.Methods in org.apache.maven.api.model that return types with arguments of type ResourceModifier and TypeMethodDescriptionBuildBase.getResources()
Deprecated.BuildBase.getTestResources()
Deprecated.Replaced by<Source>
withtest
scope andresources
language.Methods in org.apache.maven.api.model with parameters of type ResourceModifier and TypeMethodDescriptionstatic Resource.Builder
Resource.newBuilder
(Resource from) Creates a newResource
builder instance using the specified object as a basis.static Resource.Builder
Resource.newBuilder
(Resource from, boolean forceCopy) Creates a newResource
builder instance using the specified object as a basis.Method parameters in org.apache.maven.api.model with type arguments of type ResourceModifier and TypeMethodDescriptionBuild.Builder.resources
(Collection<Resource> resources) Deprecated.BuildBase.Builder.resources
(Collection<Resource> resources) Deprecated.Build.Builder.testResources
(Collection<Resource> testResources) Deprecated.BuildBase.Builder.testResources
(Collection<Resource> testResources) Deprecated.Build.withResources
(Collection<Resource> resources) Deprecated.BuildBase.withResources
(Collection<Resource> resources) Deprecated.Build.withTestResources
(Collection<Resource> testResources) Deprecated.BuildBase.withTestResources
(Collection<Resource> testResources) Deprecated.Constructors in org.apache.maven.api.model with parameters of type Resource
<Source>
withmain
scope andresources
language.