org.trippi
Class ConnectorDescriptor
java.lang.Object
org.trippi.ConnectorDescriptor
public class ConnectorDescriptor
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ConnectorDescriptor
public ConnectorDescriptor(java.io.InputStream in)
throws TrippiException
- Throws:
TrippiException
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
ConnectorParameter
s 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