public class StandardExecutionEnvironment extends Object implements Comparable<StandardExecutionEnvironment>, ExecutionEnvironment
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(StandardExecutionEnvironment otherEnv) |
String |
getCompilerSourceLevel() |
String |
getCompilerTargetLevel() |
String |
getProfileName() |
Properties |
getProfileProperties() |
Set<String> |
getSystemPackages()
Returns the list of packages (without versions) provided by the execution environment.
|
boolean |
isCompatibleCompilerTargetLevel(String target)
Returns
true if classes compiled for the specified target can be executed in
this execution environment or if this environment's compiler target compatibility is unknown. |
String |
toString() |
public String getProfileName()
getProfileName in interface ExecutionEnvironmentpublic String getCompilerSourceLevel()
getCompilerSourceLevel in interface ExecutionEnvironmentpublic String getCompilerTargetLevel()
getCompilerTargetLevel in interface ExecutionEnvironmentpublic Set<String> getSystemPackages()
ExecutionEnvironmentgetSystemPackages in interface ExecutionEnvironmentpublic int compareTo(StandardExecutionEnvironment otherEnv)
compareTo in interface Comparable<StandardExecutionEnvironment>public Properties getProfileProperties()
getProfileProperties in interface ExecutionEnvironmentpublic boolean isCompatibleCompilerTargetLevel(String target)
ExecutionEnvironmenttrue if classes compiled for the specified target can be executed in
this execution environment or if this environment's compiler target compatibility is unknown.isCompatibleCompilerTargetLevel in interface ExecutionEnvironmentCopyright © 2008-2012 Eclipse Foundation. All Rights Reserved.