Interface MavenRepositorySettings
-
- All Known Implementing Classes:
RepositorySettingsConfigurator.MavenRepositorySettingsProvider
public interface MavenRepositorySettingsProvides the mirror configuration and credentials from the Maven settings for loading remote p2 repositories.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classMavenRepositorySettings.Credentials
-
Method Summary
All Methods Instance Methods Abstract 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
MavenRepositoryLocation getMirror(MavenRepositoryLocation location)
Returns the configured mirror URL, ornull.
-
getCredentials
MavenRepositorySettings.Credentials getCredentials(MavenRepositoryLocation location)
Returns the configured credentials for the given repository, ornull.
-
-