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.p2.target.facade
Methods in org.eclipse.tycho.p2.target.facade that return types with arguments of type MavenRepositoryLocation Modifier and Type Method Description 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 Map<String,IP2Artifact>
BaselineServiceImpl. getProjectBaseline(Collection<MavenRepositoryLocation> baselineLocations, Map<String,IP2Artifact> reactor, 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 Map<String,IP2Artifact>
BaselineService. getProjectBaseline(Collection<MavenRepositoryLocation> baselineLocations, Map<String,IP2Artifact> reactor, 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()
-