Class RepositorySettingsConfigurator.MavenRepositorySettingsProvider
- java.lang.Object
-
- org.eclipse.tycho.osgi.configuration.RepositorySettingsConfigurator.MavenRepositorySettingsProvider
-
- All Implemented Interfaces:
MavenRepositorySettings
- Enclosing class:
- RepositorySettingsConfigurator
private class RepositorySettingsConfigurator.MavenRepositorySettingsProvider extends java.lang.Object implements MavenRepositorySettings
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.eclipse.tycho.core.resolver.shared.MavenRepositorySettings
MavenRepositorySettings.Credentials
-
-
Constructor Summary
Constructors Modifier Constructor Description private
MavenRepositorySettingsProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MavenRepositorySettings.Credentials
getCredentials(MavenRepositoryLocation location)
Returns the configured credentials for the given repository, ornull
.MavenRepositoryLocation
getMirror(MavenRepositoryLocation location)
Returns the configured mirror URL, ornull
.
-
-
-
Method Detail
-
getMirror
public MavenRepositoryLocation getMirror(MavenRepositoryLocation location)
Description copied from interface:MavenRepositorySettings
Returns the configured mirror URL, ornull
.- Specified by:
getMirror
in interfaceMavenRepositorySettings
-
getCredentials
public MavenRepositorySettings.Credentials getCredentials(MavenRepositoryLocation location)
Description copied from interface:MavenRepositorySettings
Returns the configured credentials for the given repository, ornull
.- Specified by:
getCredentials
in interfaceMavenRepositorySettings
-
-