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 ResourceResource.newInstance()Creates a newResourceinstance.static ResourceResource.newInstance(boolean withDefaults) Creates a newResourceinstance using default values or not.Resource.withDirectory(String directory) Creates a newResourceinstance using the specified directory.Resource.withExcludes(Collection<String> excludes) Creates a newResourceinstance using the specified excludes.Resource.withFiltering(String filtering) Creates a newResourceinstance using the specified filtering.Resource.withIncludes(Collection<String> includes) Creates a newResourceinstance using the specified includes.Resource.withMergeId(String mergeId) Creates a newResourceinstance 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>withtestscope andresourceslanguage.Methods in org.apache.maven.api.model with parameters of type ResourceModifier and TypeMethodDescriptionstatic Resource.BuilderResource.newBuilder(Resource from) Creates a newResourcebuilder instance using the specified object as a basis.static Resource.BuilderResource.newBuilder(Resource from, boolean forceCopy) Creates a newResourcebuilder 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>withmainscope andresourceslanguage.