Uses of Class
org.eclipse.tycho.core.resolver.shared.MavenRepositoryLocation
-
-
Uses of MavenRepositoryLocation in org.eclipse.tycho.core.resolver.shared
Methods in org.eclipse.tycho.core.resolver.shared that return MavenRepositoryLocation Modifier and Type Method Description MavenRepositoryLocation
MavenRepositorySettings. getMirror(MavenRepositoryLocation location)
Returns the configured mirror URL, ornull
.Methods in org.eclipse.tycho.core.resolver.shared with parameters of type MavenRepositoryLocation Modifier and Type Method Description MavenRepositorySettings.Credentials
MavenRepositorySettings. getCredentials(MavenRepositoryLocation location)
Returns the configured credentials for the given repository, ornull
.MavenRepositoryLocation
MavenRepositorySettings. getMirror(MavenRepositoryLocation location)
Returns the configured mirror URL, ornull
. -
Uses of MavenRepositoryLocation in org.eclipse.tycho.osgi.configuration
Methods in org.eclipse.tycho.osgi.configuration that return MavenRepositoryLocation Modifier and Type Method Description MavenRepositoryLocation
RepositorySettingsConfigurator.MavenRepositorySettingsProvider. getMirror(MavenRepositoryLocation location)
Methods in org.eclipse.tycho.osgi.configuration with parameters of type MavenRepositoryLocation Modifier and Type Method Description MavenRepositorySettings.Credentials
RepositorySettingsConfigurator.MavenRepositorySettingsProvider. getCredentials(MavenRepositoryLocation location)
MavenRepositoryLocation
RepositorySettingsConfigurator.MavenRepositorySettingsProvider. getMirror(MavenRepositoryLocation location)
-
Uses of MavenRepositoryLocation in org.eclipse.tycho.p2.remote
Methods in org.eclipse.tycho.p2.remote that return MavenRepositoryLocation Modifier and Type Method Description private MavenRepositoryLocation
RemoteRepositoryLoadingHelper. effectiveLocationFor(java.net.URI location, boolean forLoading)
Methods in org.eclipse.tycho.p2.remote with parameters of type MavenRepositoryLocation Modifier and Type Method Description private void
RemoteRepositoryLoadingHelper. setPasswordForLoading(MavenRepositoryLocation location)
Sets passwords configured in the Maven settings in p2. -
Uses of MavenRepositoryLocation in org.eclipse.tycho.p2.target
Methods in org.eclipse.tycho.p2.target with parameters of type MavenRepositoryLocation Modifier and Type Method Description private org.eclipse.equinox.p2.repository.metadata.IMetadataRepository
TargetPlatformFactoryImpl. loadMetadataRepository(MavenRepositoryLocation location)
Method parameters in org.eclipse.tycho.p2.target with type arguments of type MavenRepositoryLocation Modifier and Type Method 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. -
Uses of MavenRepositoryLocation in org.eclipse.tycho.p2.target.facade
Fields in org.eclipse.tycho.p2.target.facade with type parameters of type MavenRepositoryLocation Modifier and Type Field Description private java.util.Set<MavenRepositoryLocation>
TargetPlatformConfigurationStub. repositories
Methods in org.eclipse.tycho.p2.target.facade that return types with arguments of type MavenRepositoryLocation Modifier and Type Method Description java.util.Set<MavenRepositoryLocation>
TargetPlatformConfigurationStub. getP2Repositories()
Methods in org.eclipse.tycho.p2.target.facade with parameters of type MavenRepositoryLocation Modifier and Type Method Description void
TargetPlatformConfigurationStub. addP2Repository(MavenRepositoryLocation location)
-
Uses of MavenRepositoryLocation in org.eclipse.tycho.p2.tools.baseline
Method parameters in org.eclipse.tycho.p2.tools.baseline with type arguments of type MavenRepositoryLocation Modifier and Type Method 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)
-
Uses of MavenRepositoryLocation in org.eclipse.tycho.p2.tools.baseline.facade
Method parameters in org.eclipse.tycho.p2.tools.baseline.facade with type arguments of type MavenRepositoryLocation Modifier and Type Method 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)
-
Uses of MavenRepositoryLocation in org.eclipse.tycho.plugins.p2
Methods in org.eclipse.tycho.plugins.p2 that return MavenRepositoryLocation Modifier and Type Method Description MavenRepositoryLocation
Repository. toRepositoryLocation()
-