public interface ExecutionEnvironment
Modifier and Type | Method and Description |
---|---|
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 getProfileName()
String getCompilerSourceLevel()
String getCompilerTargetLevel()
Set<String> getSystemPackages()
Properties getProfileProperties()
boolean isCompatibleCompilerTargetLevel(String target)
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.Copyright © 2008-2013 Eclipse Foundation. All Rights Reserved.