Uses of Class
org.apache.maven.api.model.Resource.Builder
Packages that use Resource.Builder
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo
model.-
Uses of Resource.Builder in org.apache.maven.api.model
Methods in org.apache.maven.api.model that return Resource.BuilderModifier and TypeMethodDescriptionResource.Builder.excludes
(Collection<String> excludes) Resource.Builder.importedFrom
(InputLocation importedFrom) Resource.Builder.includes
(Collection<String> includes) Resource.Builder.location
(Object key, InputLocation location) static Resource.Builder
Resource.newBuilder()
Deprecated.Creates a newResource
builder instance.static Resource.Builder
Resource.newBuilder
(boolean withDefaults) Deprecated.Creates a newResource
builder instance using default values or not.static Resource.Builder
Resource.newBuilder
(Resource from) Deprecated.Creates a newResource
builder instance using the specified object as a basis.static Resource.Builder
Resource.newBuilder
(Resource from, boolean forceCopy) Deprecated.Creates a newResource
builder instance using the specified object as a basis.Resource.Builder.targetPath
(String targetPath) Resource.with()
Deprecated.Creates a new builder with this object as the basis.Constructors in org.apache.maven.api.model with parameters of type Resource.BuilderModifierConstructorDescriptionprotected
Resource
(Resource.Builder builder) Deprecated.Constructor for this class, to be called from its subclasses andResource.Builder
.