Uses of Class
org.apache.maven.api.settings.RepositoryBase
-
Uses of RepositoryBase in org.apache.maven.api.settings
Subclasses of RepositoryBase in org.apache.maven.api.settingsModifier and TypeClassDescriptionclass
Repository contains the information needed for establishing connections with remote repositoryMethods in org.apache.maven.api.settings 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.settings 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.