|
Eclipse JDT Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IVMInstall3
Optional extensions that may be implemented by an
IVMInstall
, providing access to
a JRE's system properties.
Clients that implement IVMInstall
may additionally
implement this interface. However, it is strongly recommended that clients subclass
AbstractVMInstall
instead, which already implements
this interface, and will insulate clients from additional API additions in the future.
Method Summary | |
---|---|
Map |
evaluateSystemProperties(String[] properties,
IProgressMonitor monitor)
Evaluates the specified system properties in this VM, returning the result as a map of property names to property values. |
Method Detail |
---|
Map evaluateSystemProperties(String[] properties, IProgressMonitor monitor) throws CoreException
properties
- the property names to evaluate, for example {"user.home"}
monitor
- progress monitor or null
CoreException
- if an exception occurs evaluating the properties
|
Eclipse JDT Release 3.5 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |