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