Uses of Class
org.eclipse.tycho.core.ee.shared.SystemCapability
-
Packages that use SystemCapability Package Description org.eclipse.tycho.core.ee org.eclipse.tycho.core.ee.shared org.eclipse.tycho.p2.target.ee -
-
Uses of SystemCapability in org.eclipse.tycho.core.ee
Method parameters in org.eclipse.tycho.core.ee with type arguments of type SystemCapability Modifier and Type Method Description private void
CustomExecutionEnvironment. setExecutionEnvironmentProperties(java.util.List<SystemCapability> systemCapabilities)
void
ExecutionEnvironmentConfigurationImpl. setFullSpecificationForCustomProfile(java.util.List<SystemCapability> systemCapabilities)
private void
CustomExecutionEnvironment. setOsgiSystemCapabilities(java.util.List<SystemCapability> systemCapabilities)
private void
CustomExecutionEnvironment. setSystemPackages(java.util.List<SystemCapability> systemCapabilities)
Constructor parameters in org.eclipse.tycho.core.ee with type arguments of type SystemCapability Constructor Description CustomExecutionEnvironment(java.lang.String profileName, java.util.List<SystemCapability> systemCapabilities)
-
Uses of SystemCapability in org.eclipse.tycho.core.ee.shared
Method parameters in org.eclipse.tycho.core.ee.shared with type arguments of type SystemCapability Modifier and Type Method Description void
ExecutionEnvironmentConfiguration. setFullSpecificationForCustomProfile(java.util.List<SystemCapability> systemCapabilities)
Call-back for setting the actual specification for the configured custom profile.void
ExecutionEnvironmentConfigurationStub. setFullSpecificationForCustomProfile(java.util.List<SystemCapability> systemCapabilities)
-
Uses of SystemCapability in org.eclipse.tycho.p2.target.ee
Methods in org.eclipse.tycho.p2.target.ee that return types with arguments of type SystemCapability Modifier and Type Method Description private java.util.List<SystemCapability>
CustomEEResolutionHandler. readCapabilities(org.eclipse.equinox.p2.metadata.IInstallableUnit specificationUnit)
-