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 privateMavenRepositorySettingsProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MavenRepositorySettings.CredentialsgetCredentials(MavenRepositoryLocation location)Returns the configured credentials for the given repository, ornull.MavenRepositoryLocationgetMirror(MavenRepositoryLocation location)Returns the configured mirror URL, ornull.
-
-
-
Method Detail
-
getMirror
public MavenRepositoryLocation getMirror(MavenRepositoryLocation location)
Description copied from interface:MavenRepositorySettingsReturns the configured mirror URL, ornull.- Specified by:
getMirrorin interfaceMavenRepositorySettings
-
getCredentials
public MavenRepositorySettings.Credentials getCredentials(MavenRepositoryLocation location)
Description copied from interface:MavenRepositorySettingsReturns the configured credentials for the given repository, ornull.- Specified by:
getCredentialsin interfaceMavenRepositorySettings
-
-