Uses of Interface
org.eclipse.tycho.core.shared.MavenContext
-
-
Uses of MavenContext in org.eclipse.tycho.core.shared
Classes in org.eclipse.tycho.core.shared that implement MavenContext Modifier and Type Class Description class
MavenContextImpl
-
Uses of MavenContext in org.eclipse.tycho.p2.remote
Fields in org.eclipse.tycho.p2.remote declared as MavenContext Modifier and Type Field Description private MavenContext
RemoteAgentManager. mavenContext
Methods in org.eclipse.tycho.p2.remote with parameters of type MavenContext Modifier and Type Method Description private static org.eclipse.equinox.p2.core.IProvisioningAgent
RemoteAgent. createConfiguredProvisioningAgent(MavenContext mavenContext, boolean disableP2Mirrors, MavenRepositorySettings mavenRepositorySettings)
void
RemoteAgentManager. setMavenContext(MavenContext mavenContext)
Constructors in org.eclipse.tycho.p2.remote with parameters of type MavenContext Constructor Description RemoteAgent(MavenContext mavenContext)
RemoteAgent(MavenContext mavenContext, boolean disableP2Mirrors)
RemoteAgent(MavenContext mavenContext, MavenRepositorySettings mavenRepositorySettings, boolean disableMirrors)
RemoteAgentManager(MavenContext mavenContext)
RemoteRepositoryCacheManager(org.eclipse.equinox.internal.p2.repository.Transport transport, MavenContext mavenContext)
-
Uses of MavenContext in org.eclipse.tycho.p2.resolver
Fields in org.eclipse.tycho.p2.resolver declared as MavenContext Modifier and Type Field Description private static MavenContext
P2ResolverFactoryImpl. mavenContext
Methods in org.eclipse.tycho.p2.resolver with parameters of type MavenContext Modifier and Type Method Description private static LocalArtifactRepository
P2ResolverFactoryImpl. getLocalArtifactRepository(MavenContext mavenContext, LocalRepositoryP2Indices localRepoIndices)
private static LocalMetadataRepository
P2ResolverFactoryImpl. getLocalMetadataRepository(MavenContext context, LocalRepositoryP2Indices localRepoIndices)
void
P2ResolverFactoryImpl. setMavenContext(MavenContext mavenContext)
-
Uses of MavenContext in org.eclipse.tycho.p2.target
Fields in org.eclipse.tycho.p2.target declared as MavenContext Modifier and Type Field Description private MavenContext
TargetPlatformFactoryImpl. mavenContext
Methods in org.eclipse.tycho.p2.target with parameters of type MavenContext Modifier and Type Method Description void
TargetDefinitionResolverService. setMavenContext(MavenContext mavenContext)
Constructors in org.eclipse.tycho.p2.target with parameters of type MavenContext Constructor Description PomDependencyCollectorImpl(MavenContext mavenContext)
TargetDefinitionResolverService(MavenContext mavenContext)
TargetPlatformFactoryImpl(MavenContext mavenContext, org.eclipse.equinox.p2.core.IProvisioningAgent remoteAgent, LocalArtifactRepository localArtifactRepo, LocalMetadataRepository localMetadataRepo, TargetDefinitionResolverService targetDefinitionResolverService)
-
Uses of MavenContext in org.eclipse.tycho.p2.tools.baseline
Fields in org.eclipse.tycho.p2.tools.baseline declared as MavenContext Modifier and Type Field Description private MavenContext
BaselineServiceImpl. mavenContext
Methods in org.eclipse.tycho.p2.tools.baseline with parameters of type MavenContext Modifier and Type Method Description void
BaselineServiceImpl. setMavenContext(MavenContext mavenContext)
-
Uses of MavenContext in org.eclipse.tycho.p2.tools.director
Methods in org.eclipse.tycho.p2.tools.director with parameters of type MavenContext Modifier and Type Method Description void
DirectorApplicationWrapper. setMavenContext(MavenContext context)
-
Uses of MavenContext in org.eclipse.tycho.p2.tools.mirroring
Fields in org.eclipse.tycho.p2.tools.mirroring declared as MavenContext Modifier and Type Field Description private MavenContext
MirrorApplicationServiceImpl. mavenContext
Methods in org.eclipse.tycho.p2.tools.mirroring with parameters of type MavenContext Modifier and Type Method Description void
MirrorApplicationServiceImpl. setMavenContext(MavenContext mavenContext)
-
Uses of MavenContext in org.eclipse.tycho.p2.tools.publisher
Fields in org.eclipse.tycho.p2.tools.publisher declared as MavenContext Modifier and Type Field Description private MavenContext
PublisherServiceFactoryImpl. mavenContext
Methods in org.eclipse.tycho.p2.tools.publisher with parameters of type MavenContext Modifier and Type Method Description void
PublisherServiceFactoryImpl. setMavenContext(MavenContext mavenContext)
-
Uses of MavenContext in org.eclipse.tycho.p2.tools.verifier
Fields in org.eclipse.tycho.p2.tools.verifier declared as MavenContext Modifier and Type Field Description private MavenContext
VerifierServiceImpl. mavenContext
Methods in org.eclipse.tycho.p2.tools.verifier with parameters of type MavenContext Modifier and Type Method Description void
VerifierServiceImpl. setMavenContext(MavenContext mavenContext)
-
Uses of MavenContext in org.eclipse.tycho.repository.local.index
Methods in org.eclipse.tycho.repository.local.index with parameters of type MavenContext Modifier and Type Method Description void
LocalRepositoryP2IndicesImpl. setMavenContext(MavenContext mavenContext)
-