Uses of Interface
org.eclipse.tycho.core.ee.shared.ExecutionEnvironmentConfiguration
-
-
Uses of ExecutionEnvironmentConfiguration in org.eclipse.tycho.core.ee
Classes in org.eclipse.tycho.core.ee that implement ExecutionEnvironmentConfiguration Modifier and Type Class Description class
ExecutionEnvironmentConfigurationImpl
-
Uses of ExecutionEnvironmentConfiguration in org.eclipse.tycho.core.ee.shared
Classes in org.eclipse.tycho.core.ee.shared that implement ExecutionEnvironmentConfiguration Modifier and Type Class Description class
ExecutionEnvironmentConfigurationStub
ExecutionEnvironmentConfiguration
instance usable for additional calls of the target platform computation and dependency resolution. -
Uses of ExecutionEnvironmentConfiguration in org.eclipse.tycho.core.osgitools
Methods in org.eclipse.tycho.core.osgitools with parameters of type ExecutionEnvironmentConfiguration Modifier and Type Method Description private void
OsgiBundleProject. applyBestOfCurrentOrConfiguredProfile(java.lang.String configuredProfileName, java.lang.String reason, org.apache.maven.execution.MavenSession mavenSession, ExecutionEnvironmentConfiguration sink)
void
AbstractTychoProject. readExecutionEnvironmentConfiguration(ReactorProject project, org.apache.maven.execution.MavenSession mavenSession, ExecutionEnvironmentConfiguration sink)
void
OsgiBundleProject. readExecutionEnvironmentConfiguration(ReactorProject project, org.apache.maven.execution.MavenSession mavenSession, ExecutionEnvironmentConfiguration sink)
-
Uses of ExecutionEnvironmentConfiguration in org.eclipse.tycho.core.utils
Methods in org.eclipse.tycho.core.utils that return ExecutionEnvironmentConfiguration Modifier and Type Method Description static ExecutionEnvironmentConfiguration
TychoProjectUtils. getExecutionEnvironmentConfiguration(ReactorProject project)
-
Uses of ExecutionEnvironmentConfiguration in org.eclipse.tycho.p2.manager
Methods in org.eclipse.tycho.p2.manager with parameters of type ExecutionEnvironmentConfiguration Modifier and Type Method Description TargetPlatform
ReactorRepositoryManagerImpl. computePreliminaryTargetPlatform(ReactorProject project, TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, java.util.List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)
-
Uses of ExecutionEnvironmentConfiguration in org.eclipse.tycho.p2.target
Methods in org.eclipse.tycho.p2.target with parameters of type ExecutionEnvironmentConfiguration Modifier and Type Method Description P2TargetPlatform
TargetPlatformFactoryImpl. createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, java.util.List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)
-
Uses of ExecutionEnvironmentConfiguration in org.eclipse.tycho.p2.target.ee
Fields in org.eclipse.tycho.p2.target.ee declared as ExecutionEnvironmentConfiguration Modifier and Type Field Description private ExecutionEnvironmentConfiguration
CustomEEResolutionHandler. eeConfiguration
Methods in org.eclipse.tycho.p2.target.ee with parameters of type ExecutionEnvironmentConfiguration Modifier and Type Method Description static ExecutionEnvironmentResolutionHandler
ExecutionEnvironmentResolutionHandler. adapt(ExecutionEnvironmentConfiguration eeConfiguration)
Constructors in org.eclipse.tycho.p2.target.ee with parameters of type ExecutionEnvironmentConfiguration Constructor Description CustomEEResolutionHandler(ExecutionEnvironmentConfiguration eeConfiguration)
-
Uses of ExecutionEnvironmentConfiguration in org.eclipse.tycho.p2.target.facade
Methods in org.eclipse.tycho.p2.target.facade with parameters of type ExecutionEnvironmentConfiguration Modifier and Type Method Description TargetPlatform
TargetPlatformFactory. createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentConfiguration eeConfiguration, java.util.List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)
-
Uses of ExecutionEnvironmentConfiguration in org.eclipse.tycho.repository.registry.facade
Methods in org.eclipse.tycho.repository.registry.facade with parameters of type ExecutionEnvironmentConfiguration 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.
-