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 that return ExecutionEnvironment Modifier and Type Method Description private ExecutionEnvironmentAbstractOsgiCompilerMojo. getTargetExecutionEnvironment()Methods in org.eclipse.tycho.compiler with parameters of type ExecutionEnvironment Modifier and Type Method Description private java.lang.StringAbstractOsgiCompilerMojo. getSourceLevel(ExecutionEnvironment ee)java.lang.StringAbstractOsgiCompilerMojo. 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 classCustomExecutionEnvironmentclassStandardExecutionEnvironmentRepresents a standard OSGi execution environment profile.Methods in org.eclipse.tycho.core.ee that return ExecutionEnvironment Modifier and Type Method Description ExecutionEnvironmentExecutionEnvironmentConfigurationImpl. 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 ExecutionEnvironmentExecutionEnvironmentConfiguration. getFullSpecification()Returns the execution environment specification with information needed for the build.ExecutionEnvironmentExecutionEnvironmentConfigurationStub. 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 java.util.PropertiesEquinoxResolver. getPlatformProperties(java.util.Properties properties, TargetEnvironment environment, ExecutionEnvironment ee)protected java.util.PropertiesEquinoxResolver. getPlatformProperties(org.apache.maven.project.MavenProject project, ExecutionEnvironment ee)org.eclipse.osgi.service.resolver.StateEquinoxResolver. newResolvedState(java.io.File basedir, ExecutionEnvironment ee, DependencyArtifacts artifacts)org.eclipse.osgi.service.resolver.StateEquinoxResolver. newResolvedState(org.apache.maven.project.MavenProject project, ExecutionEnvironment ee, boolean ignoreEE, DependencyArtifacts artifacts)
-