Uses of Class
org.eclipse.tycho.core.ee.StandardExecutionEnvironment
-
Packages that use StandardExecutionEnvironment Package Description org.eclipse.tycho.compiler org.eclipse.tycho.core.ee -
-
Uses of StandardExecutionEnvironment in org.eclipse.tycho.compiler
Fields in org.eclipse.tycho.compiler declared as StandardExecutionEnvironment Modifier and Type Field Description private StandardExecutionEnvironment[]
AbstractOsgiCompilerMojo. manifestBREEs
Methods in org.eclipse.tycho.compiler that return StandardExecutionEnvironment Modifier and Type Method Description private StandardExecutionEnvironment[]
AbstractOsgiCompilerMojo. getBREE()
Methods in org.eclipse.tycho.compiler with parameters of type StandardExecutionEnvironment Modifier and Type Method Description private void
AbstractOsgiCompilerMojo. checkTargetLevelCompatibleWithManifestBREEs(java.lang.String effectiveTargetLevel, StandardExecutionEnvironment[] manifestBREEs)
-
Uses of StandardExecutionEnvironment in org.eclipse.tycho.core.ee
Fields in org.eclipse.tycho.core.ee with type parameters of type StandardExecutionEnvironment Modifier and Type Field Description private static java.util.Map<java.lang.String,StandardExecutionEnvironment>
ExecutionEnvironmentUtils. executionEnvironmentsMap
Methods in org.eclipse.tycho.core.ee that return StandardExecutionEnvironment Modifier and Type Method Description static StandardExecutionEnvironment
ExecutionEnvironmentUtils. getExecutionEnvironment(java.lang.String profileName, org.apache.maven.toolchain.ToolchainManager manager, org.apache.maven.execution.MavenSession session, org.codehaus.plexus.logging.Logger logger)
Get the execution environment for the specified OSGi profile name.Methods in org.eclipse.tycho.core.ee with parameters of type StandardExecutionEnvironment Modifier and Type Method Description int
StandardExecutionEnvironment. compareTo(StandardExecutionEnvironment otherEnv)
-