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 classExecutionEnvironmentConfigurationImpl -
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 classExecutionEnvironmentConfigurationStubExecutionEnvironmentConfigurationinstance 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 voidAbstractTychoProject. readExecutionEnvironmentConfiguration(org.apache.maven.project.MavenProject project, ExecutionEnvironmentConfiguration sink)voidOsgiBundleProject. readExecutionEnvironmentConfiguration(org.apache.maven.project.MavenProject project, 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 ExecutionEnvironmentConfigurationTychoProjectUtils. getExecutionEnvironmentConfiguration(org.apache.maven.project.MavenProject 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 TargetPlatformReactorRepositoryManagerImpl. 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 P2TargetPlatformTargetPlatformFactoryImpl. 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 ExecutionEnvironmentConfigurationCustomEEResolutionHandler. eeConfigurationMethods in org.eclipse.tycho.p2.target.ee with parameters of type ExecutionEnvironmentConfiguration Modifier and Type Method Description static ExecutionEnvironmentResolutionHandlerExecutionEnvironmentResolutionHandler. 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 TargetPlatformTargetPlatformFactory. 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 TargetPlatformReactorRepositoryManagerFacade. 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.
-