Uses of Class
org.eclipse.tycho.p2.target.ee.ExecutionEnvironmentResolutionHandler
-
Packages that use ExecutionEnvironmentResolutionHandler Package Description org.eclipse.tycho.p2.target org.eclipse.tycho.p2.target.ee -
-
Uses of ExecutionEnvironmentResolutionHandler in org.eclipse.tycho.p2.target
Methods in org.eclipse.tycho.p2.target with parameters of type ExecutionEnvironmentResolutionHandler Modifier and Type Method Description P2TargetPlatformTargetPlatformFactoryImpl. createTargetPlatform(TargetPlatformConfigurationStub tpConfiguration, ExecutionEnvironmentResolutionHandler eeResolutionHandler, java.util.List<ReactorProject> reactorProjects, PomDependencyCollector pomDependencies)Computes the target platform from the given configuration and content. -
Uses of ExecutionEnvironmentResolutionHandler in org.eclipse.tycho.p2.target.ee
Subclasses of ExecutionEnvironmentResolutionHandler in org.eclipse.tycho.p2.target.ee Modifier and Type Class Description (package private) classCustomEEResolutionHandler(package private) classStandardEEResolutionHandlerMethods in org.eclipse.tycho.p2.target.ee that return ExecutionEnvironmentResolutionHandler Modifier and Type Method Description static ExecutionEnvironmentResolutionHandlerExecutionEnvironmentResolutionHandler. adapt(ExecutionEnvironmentConfiguration eeConfiguration)
-