Uses of Class
org.eclipse.tycho.core.ee.shared.ExecutionEnvironment.SystemPackageEntry
-
Packages that use ExecutionEnvironment.SystemPackageEntry Package Description org.eclipse.tycho.core.ee org.eclipse.tycho.core.ee.shared -
-
Uses of ExecutionEnvironment.SystemPackageEntry in org.eclipse.tycho.core.ee
Fields in org.eclipse.tycho.core.ee with type parameters of type ExecutionEnvironment.SystemPackageEntry Modifier and Type Field Description private java.util.List<ExecutionEnvironment.SystemPackageEntry>
CustomExecutionEnvironment. systemPackages
private java.util.List<ExecutionEnvironment.SystemPackageEntry>
StandardExecutionEnvironment. systemPackages
Methods in org.eclipse.tycho.core.ee that return types with arguments of type ExecutionEnvironment.SystemPackageEntry Modifier and Type Method Description java.util.Collection<ExecutionEnvironment.SystemPackageEntry>
CustomExecutionEnvironment. getSystemPackages()
java.util.Collection<ExecutionEnvironment.SystemPackageEntry>
NoExecutionEnvironment. getSystemPackages()
java.util.Collection<ExecutionEnvironment.SystemPackageEntry>
StandardExecutionEnvironment. getSystemPackages()
-
Uses of ExecutionEnvironment.SystemPackageEntry in org.eclipse.tycho.core.ee.shared
Fields in org.eclipse.tycho.core.ee.shared with type parameters of type ExecutionEnvironment.SystemPackageEntry Modifier and Type Field Description private java.util.List<ExecutionEnvironment.SystemPackageEntry>
ExecutionEnvironmentStub. systemPackages
Methods in org.eclipse.tycho.core.ee.shared that return types with arguments of type ExecutionEnvironment.SystemPackageEntry Modifier and Type Method Description java.util.Collection<ExecutionEnvironment.SystemPackageEntry>
ExecutionEnvironment. getSystemPackages()
Returns the list of packages (without versions) provided by the execution environment.java.util.Collection<ExecutionEnvironment.SystemPackageEntry>
ExecutionEnvironmentStub. getSystemPackages()
-