Uses of Interface
org.eclipse.tycho.core.ee.shared.ExecutionEnvironment
-
Packages that use ExecutionEnvironment Package Description org.eclipse.tycho.compiler org.eclipse.tycho.core.ee org.eclipse.tycho.core.ee.shared org.eclipse.tycho.core.osgitools -
-
Uses of ExecutionEnvironment in org.eclipse.tycho.compiler
Methods in org.eclipse.tycho.compiler with parameters of type ExecutionEnvironment Modifier and Type Method Description String
AbstractOsgiCompilerMojo. getTargetLevel(ExecutionEnvironment ee)
-
Uses of ExecutionEnvironment in org.eclipse.tycho.core.ee
Classes in org.eclipse.tycho.core.ee that implement ExecutionEnvironment Modifier and Type Class Description class
CustomExecutionEnvironment
class
StandardExecutionEnvironment
Represents a standard OSGi execution environment profile.Methods in org.eclipse.tycho.core.ee that return ExecutionEnvironment Modifier and Type Method Description ExecutionEnvironment
ExecutionEnvironmentConfigurationImpl. getFullSpecification()
-
Uses of ExecutionEnvironment in org.eclipse.tycho.core.ee.shared
Methods in org.eclipse.tycho.core.ee.shared that return ExecutionEnvironment Modifier and Type Method Description ExecutionEnvironment
ExecutionEnvironmentConfiguration. getFullSpecification()
Returns the execution environment specification with information needed for the build.ExecutionEnvironment
ExecutionEnvironmentConfigurationStub. getFullSpecification()
-
Uses of ExecutionEnvironment in org.eclipse.tycho.core.osgitools
Methods in org.eclipse.tycho.core.osgitools with parameters of type ExecutionEnvironment Modifier and Type Method Description protected Properties
EquinoxResolver. getPlatformProperties(Properties properties, TargetEnvironment environment, ExecutionEnvironment ee)
protected Properties
EquinoxResolver. getPlatformProperties(org.apache.maven.project.MavenProject project, ExecutionEnvironment ee)
org.eclipse.osgi.service.resolver.State
EquinoxResolver. newResolvedState(File basedir, ExecutionEnvironment ee, DependencyArtifacts artifacts)
org.eclipse.osgi.service.resolver.State
EquinoxResolver. newResolvedState(org.apache.maven.project.MavenProject project, ExecutionEnvironment ee, boolean ignoreEE, DependencyArtifacts artifacts)
-