Uses of Class
org.apache.maven.api.model.RepositoryBase
-
Uses of RepositoryBase in org.apache.maven.api.model
Subclasses of RepositoryBase in org.apache.maven.api.modelModifier and TypeClassDescriptionclass
Deployment repository contains the information needed for deploying to the remote repository, which adds uniqueVersion property to usual repositories for download.class
A repository contains the information needed for establishing connections with remote repository.Methods in org.apache.maven.api.model that return RepositoryBaseModifier and TypeMethodDescriptionRepositoryBase.Builder.build()
static RepositoryBase
RepositoryBase.newInstance()
Creates a newRepositoryBase
instance.static RepositoryBase
RepositoryBase.newInstance
(boolean withDefaults) Creates a newRepositoryBase
instance using default values or not.Creates a newRepositoryBase
instance using the specified id.RepositoryBase.withLayout
(String layout) Creates a newRepositoryBase
instance using the specified layout.Creates a newRepositoryBase
instance using the specified name.Creates a newRepositoryBase
instance using the specified url.Methods in org.apache.maven.api.model with parameters of type RepositoryBaseModifier and TypeMethodDescriptionstatic RepositoryBase.Builder
RepositoryBase.newBuilder
(RepositoryBase from) Creates a newRepositoryBase
builder instance using the specified object as a basis.static RepositoryBase.Builder
RepositoryBase.newBuilder
(RepositoryBase from, boolean forceCopy) Creates a newRepositoryBase
builder instance using the specified object as a basis.