Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


Eclipse JDT
Release 3.5

org.eclipse.jdt.launching
Interface IVMInstall3

All Known Implementing Classes:
AbstractVMInstall, VMStandin

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.

Since:
3.2

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

evaluateSystemProperties


Map evaluateSystemProperties(
String[] properties,
                             
IProgressMonitor monitor)
                             throws 
CoreException
Evaluates the specified system properties in this VM, returning the result as a map of property names to property values.

Parameters:
properties - the property names to evaluate, for example {"user.home"}
monitor - progress monitor or null
Returns:
map of system property names to associated property values
Throws:
CoreException - if an exception occurs evaluating the properties
Since:
3.2

Eclipse JDT
Release 3.5

Copyright (c) IBM Corp. and others 2000, 2008. All Rights Reserved.

 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire