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, java.util.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 private void
P2DependencyResolver. addEntireP2RepositoryToTargetPlatform(org.apache.maven.artifact.repository.ArtifactRepository repository, TargetPlatformConfigurationStub resolutionContext)
private void
P2DependencyResolver. addTargetFileContentToTargetPlatform(java.io.File targetFile, IncludeSourceMode includeSourcesMode, TargetPlatformConfigurationStub resolutionContext)
P2ResolutionResult
P2ResolverImpl. getTargetPlatformAsResolutionResult(TargetPlatformConfigurationStub tpConfiguration, java.lang.String eeName)
P2ResolutionResult
P2ResolverImpl. resolveMetadata(TargetPlatformConfigurationStub tpConfiguration, java.lang.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, java.lang.String eeName)
P2ResolutionResult
P2Resolver. resolveMetadata(TargetPlatformConfigurationStub context, java.lang.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, java.util.List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)
P2TargetPlatform
TargetPlatformFactoryImpl. createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentResolutionHandler eeResolutionHandler, java.util.List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)
Computes the target platform from the given configuration and content.private java.util.List<TargetDefinitionContent>
TargetPlatformFactoryImpl. resolveTargetDefinitions(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentResolutionHints eeResolutionHints)
private boolean
TargetPlatformFactoryImpl. shouldIncludeLocallyInstalledUnits(TargetPlatformConfigurationStub tpConfiguration)
-
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, java.util.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, java.util.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
-