org.trippi
Class ConnectorDescriptor

java.lang.Object
  extended by org.trippi.ConnectorDescriptor

public class ConnectorDescriptor
extends java.lang.Object


Constructor Summary
ConnectorDescriptor(java.io.InputStream in)
           
 
Method Summary
static java.util.Map find()
           
static ConnectorDescriptor forName(java.lang.String className)
           
 java.lang.String getDescription()
           
 java.lang.String getName()
           
 java.util.List getParameters()
          Get the list of ConnectorParameters that together describe the configuration options for the connector.
static void main(java.lang.String[] args)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ConnectorDescriptor

public ConnectorDescriptor(java.io.InputStream in)
                    throws TrippiException
Throws:
TrippiException
Method Detail

forName

public static ConnectorDescriptor forName(java.lang.String className)
                                   throws TrippiException
Throws:
TrippiException

find

public static java.util.Map find()
                          throws TrippiException,
                                 java.io.IOException
Throws:
TrippiException
java.io.IOException

getName

public java.lang.String getName()

getDescription

public java.lang.String getDescription()

getParameters

public java.util.List getParameters()
Get the list of ConnectorParameters that together describe the configuration options for the connector.


toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

main

public static void main(java.lang.String[] args)
                 throws java.lang.Exception
Throws:
java.lang.Exception