Uses of Class
org.apache.maven.api.model.RepositoryBase
Packages that use RepositoryBase
Package
Description
Maven Immutable POM (Project Object Model) classes, generated from
maven.mdo model.-
Uses of RepositoryBase in org.apache.maven.api.model
Subclasses of RepositoryBase in org.apache.maven.api.modelModifier and TypeClassDescriptionclassDeployment repository contains the information needed for deploying to the remote repository, which adds uniqueVersion property to usual repositories for download.classA 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 RepositoryBaseRepositoryBase.newInstance()Creates a newRepositoryBaseinstance.static RepositoryBaseRepositoryBase.newInstance(boolean withDefaults) Creates a newRepositoryBaseinstance using default values or not.Creates a newRepositoryBaseinstance using the specified id.RepositoryBase.withLayout(String layout) Creates a newRepositoryBaseinstance using the specified layout.Creates a newRepositoryBaseinstance using the specified name.Creates a newRepositoryBaseinstance using the specified url.Methods in org.apache.maven.api.model with parameters of type RepositoryBaseModifier and TypeMethodDescriptionstatic RepositoryBase.BuilderRepositoryBase.newBuilder(RepositoryBase from) Creates a newRepositoryBasebuilder instance using the specified object as a basis.static RepositoryBase.BuilderRepositoryBase.newBuilder(RepositoryBase from, boolean forceCopy) Creates a newRepositoryBasebuilder instance using the specified object as a basis.