Uses of Class
org.eclipse.tycho.p2.target.facade.TargetPlatformConfigurationStub
-
-
Uses of TargetPlatformConfigurationStub in org.eclipse.tycho.p2.manager
Methods in org.eclipse.tycho.p2.manager with parameters of type TargetPlatformConfigurationStub Modifier and Type Method Description TargetPlatform
ReactorRepositoryManagerImpl. computePreliminaryTargetPlatform(ReactorProject project, TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)
-
Uses of TargetPlatformConfigurationStub in org.eclipse.tycho.p2.resolver
Methods in org.eclipse.tycho.p2.resolver with parameters of type TargetPlatformConfigurationStub Modifier and Type Method Description P2ResolutionResult
P2ResolverImpl. getTargetPlatformAsResolutionResult(TargetPlatformConfigurationStub tpConfiguration, String eeName)
P2ResolutionResult
P2ResolverImpl. resolveMetadata(TargetPlatformConfigurationStub tpConfiguration, String eeName)
-
Uses of TargetPlatformConfigurationStub in org.eclipse.tycho.p2.resolver.facade
Methods in org.eclipse.tycho.p2.resolver.facade with parameters of type TargetPlatformConfigurationStub Modifier and Type Method Description P2ResolutionResult
P2Resolver. getTargetPlatformAsResolutionResult(TargetPlatformConfigurationStub tpConfiguration, String eeName)
P2ResolutionResult
P2Resolver. resolveMetadata(TargetPlatformConfigurationStub context, String executionEnvironmentName)
-
Uses of TargetPlatformConfigurationStub in org.eclipse.tycho.p2.target
Methods in org.eclipse.tycho.p2.target with parameters of type TargetPlatformConfigurationStub Modifier and Type Method Description P2TargetPlatform
TargetPlatformFactoryImpl. createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)
P2TargetPlatform
TargetPlatformFactoryImpl. createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentResolutionHandler eeResolutionHandler, List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)
Computes the target platform from the given configuration and content. -
Uses of TargetPlatformConfigurationStub in org.eclipse.tycho.p2.target.facade
Methods in org.eclipse.tycho.p2.target.facade with parameters of type TargetPlatformConfigurationStub Modifier and Type Method Description TargetPlatform
TargetPlatformFactory. createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)
-
Uses of TargetPlatformConfigurationStub in org.eclipse.tycho.repository.registry.facade
Methods in org.eclipse.tycho.repository.registry.facade with parameters of type TargetPlatformConfigurationStub Modifier and Type Method Description TargetPlatform
ReactorRepositoryManagerFacade. computePreliminaryTargetPlatform(ReactorProject project, TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)
Computes the target platform with dependency-only p2 metadata and attaches it to the given project. -
Uses of TargetPlatformConfigurationStub in org.eclipse.tycho.versionbump
Fields in org.eclipse.tycho.versionbump declared as TargetPlatformConfigurationStub Modifier and Type Field Description protected TargetPlatformConfigurationStub
AbstractUpdateMojo. resolutionContext
-