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 classMavenContextImpl -
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 MavenContextRemoteAgentManager. mavenContextMethods in org.eclipse.tycho.p2.remote with parameters of type MavenContext Modifier and Type Method Description private static org.eclipse.equinox.p2.core.IProvisioningAgentRemoteAgent. createConfiguredProvisioningAgent(MavenContext mavenContext, boolean disableP2Mirrors, MavenRepositorySettings mavenRepositorySettings)voidRemoteAgentManager. 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 MavenContextP2ResolverFactoryImpl. mavenContextMethods in org.eclipse.tycho.p2.resolver with parameters of type MavenContext Modifier and Type Method Description private static LocalArtifactRepositoryP2ResolverFactoryImpl. getLocalArtifactRepository(MavenContext mavenContext, LocalRepositoryP2Indices localRepoIndices)private static LocalMetadataRepositoryP2ResolverFactoryImpl. getLocalMetadataRepository(MavenContext context, LocalRepositoryP2Indices localRepoIndices)voidP2ResolverFactoryImpl. 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 MavenContextTargetPlatformFactoryImpl. mavenContextMethods in org.eclipse.tycho.p2.target with parameters of type MavenContext Modifier and Type Method Description voidTargetDefinitionResolverService. 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 MavenContextBaselineServiceImpl. mavenContextMethods in org.eclipse.tycho.p2.tools.baseline with parameters of type MavenContext Modifier and Type Method Description voidBaselineServiceImpl. 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 voidDirectorApplicationWrapper. 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 MavenContextMirrorApplicationServiceImpl. mavenContextMethods in org.eclipse.tycho.p2.tools.mirroring with parameters of type MavenContext Modifier and Type Method Description voidMirrorApplicationServiceImpl. 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 MavenContextPublisherServiceFactoryImpl. mavenContextMethods in org.eclipse.tycho.p2.tools.publisher with parameters of type MavenContext Modifier and Type Method Description voidPublisherServiceFactoryImpl. 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 MavenContextVerifierServiceImpl. mavenContextMethods in org.eclipse.tycho.p2.tools.verifier with parameters of type MavenContext Modifier and Type Method Description voidVerifierServiceImpl. 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 voidLocalRepositoryP2IndicesImpl. setMavenContext(MavenContext mavenContext)
-