Modifier and Type | Method and Description |
---|---|
MavenRepositoryLocation |
MavenRepositorySettings.getMirror(MavenRepositoryLocation location)
Returns the configured mirror URL, or
null . |
Modifier and Type | Method and Description |
---|---|
MavenRepositorySettings.Credentials |
MavenRepositorySettings.getCredentials(MavenRepositoryLocation location)
Returns the configured credentials for the given repository, or
null . |
MavenRepositoryLocation |
MavenRepositorySettings.getMirror(MavenRepositoryLocation location)
Returns the configured mirror URL, or
null . |
Modifier and Type | Method and Description |
---|---|
MavenRepositoryLocation |
RepositorySettingsConfigurator.MavenRepositorySettingsProvider.getMirror(MavenRepositoryLocation location) |
Modifier and Type | Method and Description |
---|---|
MavenRepositorySettings.Credentials |
RepositorySettingsConfigurator.MavenRepositorySettingsProvider.getCredentials(MavenRepositoryLocation location) |
MavenRepositoryLocation |
RepositorySettingsConfigurator.MavenRepositorySettingsProvider.getMirror(MavenRepositoryLocation location) |
Modifier and Type | Method and Description |
---|---|
private MavenRepositoryLocation |
RemoteRepositoryLoadingHelper.effectiveLocationFor(java.net.URI location,
boolean forLoading) |
Modifier and Type | Method and Description |
---|---|
private void |
RemoteRepositoryLoadingHelper.setPasswordForLoading(MavenRepositoryLocation location)
Sets passwords configured in the Maven settings in p2.
|
Modifier and Type | Method and Description |
---|---|
private org.eclipse.equinox.p2.repository.metadata.IMetadataRepository |
TargetPlatformFactoryImpl.loadMetadataRepository(MavenRepositoryLocation location) |
Modifier and Type | Method and Description |
---|---|
private IRawArtifactFileProvider |
TargetPlatformFactoryImpl.createExternalArtifactProvider(java.util.Set<MavenRepositoryLocation> completeRepositories,
java.util.List<TargetDefinitionContent> targetDefinitionsContent,
IRawArtifactFileProvider pomDependencyArtifactRepository,
boolean includePackedArtifacts)
Provider for all target platform artifacts from outside the reactor.
|
private RepositoryArtifactProvider |
TargetPlatformFactoryImpl.createRemoteArtifactProvider(java.util.Set<MavenRepositoryLocation> completeRepositories,
java.util.List<TargetDefinitionContent> targetDefinitionsContent)
Provider for the target platform artifacts not yet available in the local Maven repository.
|
private java.util.LinkedHashSet<org.eclipse.equinox.p2.metadata.IInstallableUnit> |
TargetPlatformFactoryImpl.gatherExternalInstallableUnits(java.util.Set<MavenRepositoryLocation> completeRepositories,
java.util.List<TargetDefinitionContent> targetDefinitionsContent,
PomDependencyCollectorImpl pomDependenciesContent,
boolean includeLocalMavenRepo)
External installable units collected from p2 repositories, .target files and local Maven
repository.
|
private void |
TargetPlatformFactoryImpl.registerRepositoryIDs(java.util.Set<MavenRepositoryLocation> repositoriesWithIDs)
Register the IDs of repositories which have an explicit ID.
|
Modifier and Type | Field and Description |
---|---|
private java.util.Set<MavenRepositoryLocation> |
TargetPlatformConfigurationStub.repositories |
Modifier and Type | Method and Description |
---|---|
java.util.Set<MavenRepositoryLocation> |
TargetPlatformConfigurationStub.getP2Repositories() |
Modifier and Type | Method and Description |
---|---|
void |
TargetPlatformConfigurationStub.addP2Repository(MavenRepositoryLocation location) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,IP2Artifact> |
BaselineServiceImpl.getProjectBaseline(java.util.Collection<MavenRepositoryLocation> baselineLocations,
java.util.Map<java.lang.String,IP2Artifact> reactor,
java.io.File target) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,IP2Artifact> |
BaselineService.getProjectBaseline(java.util.Collection<MavenRepositoryLocation> baselineLocations,
java.util.Map<java.lang.String,IP2Artifact> reactor,
java.io.File target) |
Modifier and Type | Method and Description |
---|---|
MavenRepositoryLocation |
Repository.toRepositoryLocation() |