Package org.eclipse.tycho
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 -
Method Summary
Modifier and TypeMethodDescriptiongetCredentials(MavenRepositoryLocation location) Returns the configured credentials for the given repository, ornull.getMirror(MavenRepositoryLocation location) Returns the configured mirror URL, ornull.Returns all configured mirror locations.
-
Method Details
-
getMirror
Returns the configured mirror URL, ornull. -
getCredentials
Returns the configured credentials for the given repository, ornull. -
getMirrors
Stream<MavenRepositoryLocation> getMirrors()Returns all configured mirror locations.
-