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

  




 

 



org.eclipse.wst.server.core.model
Class RuntimeLocatorDelegate

java.lang.Object
  extended by 
org.eclipse.wst.server.core.model.RuntimeLocatorDelegate

public abstract class RuntimeLocatorDelegate
extends java.lang.Object

A runtime locator provides the ability to locate or search for additional runtimes of a particular type.

This abstract class is intended to be extended only by clients to extend the runtimeLocators extension point.

Since:
1.0

Nested Class Summary
static interface RuntimeLocatorDelegate.IRuntimeSearchListener
          A callback listener used to report progress.
 
Constructor Summary
RuntimeLocatorDelegate ()
           
 
Method Summary
abstract  void searchForRuntimes (IPath path, RuntimeLocatorDelegate.IRuntimeSearchListener listener, IProgressMonitor monitor)
          Searches for local runtimes.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RuntimeLocatorDelegate

public RuntimeLocatorDelegate()
Method Detail

searchForRuntimes

public abstract void searchForRuntimes(IPath path,
                                       
RuntimeLocatorDelegate.IRuntimeSearchListener listener,
                                       IProgressMonitor monitor)
Searches for local runtimes. It uses the callback listener to report runtimes that are found. The path contains the absolute path of the folder to search in, or null to search the entire machine.

Parameters:
path - the path to search for runtimes in
listener - a listener to report status to
monitor - a progress monitor, or null if progress reporting and cancellation are not desired



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