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 org.eclipse.tycho.p2.target.ee -
-
Uses of ExecutionEnvironment in org.eclipse.tycho.compiler
Methods in org.eclipse.tycho.compiler that return ExecutionEnvironment Modifier and Type Method Description private ExecutionEnvironment
AbstractOsgiCompilerMojo. getTargetExecutionEnvironment()
-
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
NoExecutionEnvironment
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()
Methods in org.eclipse.tycho.core.ee that return types with arguments of type ExecutionEnvironment Modifier and Type Method Description java.util.Collection<ExecutionEnvironment>
ExecutionEnvironmentConfigurationImpl. getAllKnownEEs()
Methods in org.eclipse.tycho.core.ee with parameters of type ExecutionEnvironment Modifier and Type Method Description static void
ExecutionEnvironmentUtils. applyProfileProperties(java.util.Properties properties, ExecutionEnvironment executionEnvironment)
-
Uses of ExecutionEnvironment in org.eclipse.tycho.core.ee.shared
Classes in org.eclipse.tycho.core.ee.shared that implement ExecutionEnvironment Modifier and Type Class Description class
ExecutionEnvironmentStub
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()
Methods in org.eclipse.tycho.core.ee.shared that return types with arguments of type ExecutionEnvironment Modifier and Type Method Description java.util.Collection<ExecutionEnvironment>
ExecutionEnvironmentConfiguration. getAllKnownEEs()
java.util.Collection<ExecutionEnvironment>
ExecutionEnvironmentConfigurationStub. getAllKnownEEs()
-
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.Properties
EquinoxResolver. getPlatformProperties(java.util.Properties properties, TargetEnvironment environment, ExecutionEnvironment ee)
protected java.util.Properties
EquinoxResolver. getPlatformProperties(org.apache.maven.project.MavenProject project, DependencyArtifacts artifacts, ExecutionEnvironment ee)
org.eclipse.osgi.service.resolver.State
EquinoxResolver. newResolvedState(java.io.File basedir, org.apache.maven.execution.MavenSession mavenSession, ExecutionEnvironment ee, DependencyArtifacts artifacts)
org.eclipse.osgi.service.resolver.State
EquinoxResolver. newResolvedState(org.apache.maven.project.MavenProject project, org.apache.maven.execution.MavenSession mavenSession, ExecutionEnvironment ee, boolean ignoreEE, DependencyArtifacts artifacts)
-
Uses of ExecutionEnvironment in org.eclipse.tycho.p2.target.ee
Fields in org.eclipse.tycho.p2.target.ee declared as ExecutionEnvironment Modifier and Type Field Description private ExecutionEnvironment
StandardEEResolutionHints. executionEnvironment
Methods in org.eclipse.tycho.p2.target.ee with parameters of type ExecutionEnvironment Modifier and Type Method Description (package private) static void
StandardEEResolutionHints. addIUsFromEnvironment(ExecutionEnvironment executionEnvironment, java.util.Map<org.eclipse.equinox.p2.metadata.VersionedId,org.eclipse.equinox.p2.metadata.IInstallableUnit> units)
private static java.util.Map<org.eclipse.equinox.p2.metadata.VersionedId,org.eclipse.equinox.p2.metadata.IInstallableUnit>
StandardEEResolutionHints. computeAdditionalUnits(ExecutionEnvironment executionEnvironment)
Return IUs that represent packages provided by target JREConstructors in org.eclipse.tycho.p2.target.ee with parameters of type ExecutionEnvironment Constructor Description StandardEEResolutionHints(ExecutionEnvironment executionEnvironment)
Constructor parameters in org.eclipse.tycho.p2.target.ee with type arguments of type ExecutionEnvironment Constructor Description AllKnownEEsResolutionHints(java.util.Collection<ExecutionEnvironment> allKnownEEs)
-