public interface InputFormatInterface
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getAvailableTerminologies() |
java.lang.String |
getConnectionSummary()
Get a summary of the connection parameters.
|
java.lang.String |
getDescription()
Get the description of the input type.
|
Option[] |
getOptions()
Get the additional options that must be supplied before the reading can
happen.
|
java.lang.String[] |
getSupportedOutputFormats()
Get the supported Output formats for this input format.
|
java.lang.String |
testConnection()
See if the provided parameters make a valid connection
|
java.lang.String[] getSupportedOutputFormats()
java.lang.String getDescription()
Option[] getOptions()
java.lang.String getConnectionSummary()
java.lang.String testConnection() throws ConnectionFailure
ConnectionFailure
- If a connection can't be made.java.lang.String[] getAvailableTerminologies() throws ConnectionFailure, UnexpectedError
ConnectionFailure
UnexpectedError