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 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 PropertiesEquinoxResolver. getPlatformProperties(Properties properties, TargetEnvironment environment, ExecutionEnvironment ee)protected PropertiesEquinoxResolver. getPlatformProperties(org.apache.maven.project.MavenProject project, ExecutionEnvironment ee)org.eclipse.osgi.service.resolver.StateEquinoxResolver. newResolvedState(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)
-