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 voidCustomExecutionEnvironment. setExecutionEnvironmentProperties(java.util.List<SystemCapability> systemCapabilities)voidExecutionEnvironmentConfigurationImpl. setFullSpecificationForCustomProfile(java.util.List<SystemCapability> systemCapabilities)private voidCustomExecutionEnvironment. setOsgiSystemCapabilities(java.util.List<SystemCapability> systemCapabilities)private voidCustomExecutionEnvironment. 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 voidExecutionEnvironmentConfiguration. setFullSpecificationForCustomProfile(java.util.List<SystemCapability> systemCapabilities)Call-back for setting the actual specification for the configured custom profile.voidExecutionEnvironmentConfigurationStub. 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)
-