Uses of Class
org.apache.maven.api.settings.Repository
Packages that use Repository
Package
Description
-
Uses of Repository in org.apache.maven.api.settings
Methods in org.apache.maven.api.settings that return RepositoryModifier and TypeMethodDescriptionRepository.Builder.build()
static Repository
Repository.newInstance()
Creates a newRepository
instance.static Repository
Repository.newInstance
(boolean withDefaults) Creates a newRepository
instance using default values or not.Creates a newRepository
instance using the specified id.Repository.withLayout
(String layout) Creates a newRepository
instance using the specified layout.Creates a newRepository
instance using the specified name.Repository.withReleases
(RepositoryPolicy releases) Creates a newRepository
instance using the specified releases.Repository.withSnapshots
(RepositoryPolicy snapshots) Creates a newRepository
instance using the specified snapshots.Creates a newRepository
instance using the specified url.Methods in org.apache.maven.api.settings that return types with arguments of type RepositoryModifier and TypeMethodDescriptionProfile.getPluginRepositories()
The lists of the remote repositories for discovering plugins.Settings.getPluginRepositories()
The lists of the remote repositories for discovering plugins.Profile.getRepositories()
The lists of the remote repositories.Settings.getRepositories()
The lists of the remote repositories.Methods in org.apache.maven.api.settings with parameters of type RepositoryModifier and TypeMethodDescriptionstatic Repository.Builder
Repository.newBuilder
(Repository from) Creates a newRepository
builder instance using the specified object as a basis.static Repository.Builder
Repository.newBuilder
(Repository from, boolean forceCopy) Creates a newRepository
builder instance using the specified object as a basis.Method parameters in org.apache.maven.api.settings with type arguments of type RepositoryModifier and TypeMethodDescriptionProfile.Builder.pluginRepositories
(Collection<Repository> pluginRepositories) Settings.Builder.pluginRepositories
(Collection<Repository> pluginRepositories) Profile.Builder.repositories
(Collection<Repository> repositories) Settings.Builder.repositories
(Collection<Repository> repositories) Profile.withPluginRepositories
(Collection<Repository> pluginRepositories) Creates a newProfile
instance using the specified pluginRepositories.Settings.withPluginRepositories
(Collection<Repository> pluginRepositories) Creates a newSettings
instance using the specified pluginRepositories.Profile.withRepositories
(Collection<Repository> repositories) Creates a newProfile
instance using the specified repositories.Settings.withRepositories
(Collection<Repository> repositories) Creates a newSettings
instance using the specified repositories. -
Uses of Repository in org.apache.maven.settings
Methods in org.apache.maven.settings that return RepositoryMethods in org.apache.maven.settings that return types with arguments of type RepositoryModifier and TypeMethodDescriptionstatic List
<Repository> Repository.repositoryToApiV4
(List<Repository> list) Method parameters in org.apache.maven.settings with type arguments of type RepositoryModifier and TypeMethodDescriptionstatic List
<Repository> Repository.repositoryToApiV3
(List<Repository> list) Constructors in org.apache.maven.settings with parameters of type RepositoryModifierConstructorDescriptionRepository
(Repository delegate) Repository
(Repository delegate, BaseObject parent) -
Uses of Repository in org.apache.maven.settings.v4
Methods in org.apache.maven.settings.v4 that return RepositoryModifier and TypeMethodDescriptionprotected Repository
SettingsMerger.mergeRepository
(Repository target, Repository source, boolean sourceDominant, Map<Object, Object> context) protected Repository
SettingsTransformer.transformRepository
(Repository target) Methods in org.apache.maven.settings.v4 that return types with arguments of type RepositoryModifier and TypeMethodDescriptionprotected SettingsMerger.KeyComputer
<Repository> SettingsMerger.getRepositoryKey()
Methods in org.apache.maven.settings.v4 with parameters of type RepositoryModifier and TypeMethodDescriptionprotected void
SettingsMerger.mergeRepository
(Repository.Builder builder, Repository target, Repository source, boolean sourceDominant, Map<Object, Object> context) protected Repository
SettingsMerger.mergeRepository
(Repository target, Repository source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeRepository_Id
(Repository.Builder builder, Repository target, Repository source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeRepository_Layout
(Repository.Builder builder, Repository target, Repository source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeRepository_Name
(Repository.Builder builder, Repository target, Repository source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeRepository_Releases
(Repository.Builder builder, Repository target, Repository source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeRepository_Snapshots
(Repository.Builder builder, Repository target, Repository source, boolean sourceDominant, Map<Object, Object> context) protected void
SettingsMerger.mergeRepository_Url
(Repository.Builder builder, Repository target, Repository source, boolean sourceDominant, Map<Object, Object> context) protected Repository
SettingsTransformer.transformRepository
(Repository target) protected void
SettingsTransformer.transformRepository_Id
(Repository.Builder builder, Repository target) protected void
SettingsTransformer.transformRepository_Layout
(Repository.Builder builder, Repository target) protected void
SettingsTransformer.transformRepository_Name
(Repository.Builder builder, Repository target) protected void
SettingsTransformer.transformRepository_Releases
(Repository.Builder builder, Repository target) protected void
SettingsTransformer.transformRepository_Snapshots
(Repository.Builder builder, Repository target) protected void
SettingsTransformer.transformRepository_Url
(Repository.Builder builder, Repository target)