Interface MavenRepositorySettings
-
public interface MavenRepositorySettings
Provides 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 class
MavenRepositorySettings.Credentials
-
Method Summary
All Methods Instance Methods Abstract 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
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
.
-
-