com.mindoo.remote.api.symphony
Class SymphonyApplicationFactory

java.lang.Object
  extended by com.mindoo.remote.api.symphony.SymphonyApplicationFactory

public class SymphonyApplicationFactory
extends java.lang.Object

Helper class to get an instance of the Symphony application


Constructor Summary
SymphonyApplicationFactory()
           
 
Method Summary
static IRemoteSymphonyApplication getInstance(IRemoteEclipseConnection conn)
          Returns an instance of the Symphony Application class
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymphonyApplicationFactory

public SymphonyApplicationFactory()
Method Detail

getInstance

public static IRemoteSymphonyApplication getInstance(IRemoteEclipseConnection conn)
                                              throws RemoteEclipseAPIException
Returns an instance of the Symphony Application class

Parameters:
conn - active Remote API connection
Returns:
Symphony application or null if the API implementation cannot be found
Throws:
RemoteEclipseAPIException