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 P2TargetPlatform
TargetPlatformFactoryImpl. 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) class
CustomEEResolutionHandler
(package private) class
StandardEEResolutionHandler
Methods in org.eclipse.tycho.p2.target.ee that return ExecutionEnvironmentResolutionHandler Modifier and Type Method Description static ExecutionEnvironmentResolutionHandler
ExecutionEnvironmentResolutionHandler. adapt(ExecutionEnvironmentConfiguration eeConfiguration)
-