public class ExecutionEnvironment extends Object implements Comparable<ExecutionEnvironment>
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ExecutionEnvironment otherEnv) |
String |
getCompilerSourceLevel() |
String |
getCompilerTargetLevel() |
String |
getProfileName() |
Properties |
getProfileProperties() |
String[] |
getSystemPackages() |
String |
toString() |
public String getProfileName()
public String getCompilerSourceLevel()
public String getCompilerTargetLevel()
public String[] getSystemPackages()
public int compareTo(ExecutionEnvironment otherEnv)
compareTo
in interface Comparable<ExecutionEnvironment>
public Properties getProfileProperties()
Copyright © 2008-2012 Eclipse Foundation. All Rights Reserved.