com.x2e
Class ExtensionRegistryAPI

java.lang.Object
  extended by com.x2e.ExtensionRegistryAPI

public class ExtensionRegistryAPI
extends java.lang.Object

Helper class to get an instance of IRemoteExtensionRegistryTools. It is used to have a shorter JavaScript syntax than to use ExtensionRegistryToolsFactory


Constructor Summary
ExtensionRegistryAPI()
           
 
Method Summary
static IRemoteExtensionRegistryTools getTools(IRemoteEclipseConnection conn)
          Use this method to get an instance of the IRemoteExtensionRegistryTools interface for the specified connection
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExtensionRegistryAPI

public ExtensionRegistryAPI()
Method Detail

getTools

public static IRemoteExtensionRegistryTools getTools(IRemoteEclipseConnection conn)
                                              throws RemoteEclipseAPIException
Use this method to get an instance of the IRemoteExtensionRegistryTools interface for the specified connection

Parameters:
conn - connection
Returns:
extension registry tools
Throws:
RemoteEclipseAPIException