public interface OutputFormatInterface
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConnectionSummary()
Get a summary of the connection parameters.
|
java.lang.String |
getDescription()
The description of the output type.
|
Option[] |
getOptions() |
java.lang.String |
testConnection()
See if the provided parameters make a valid connection
|
java.lang.String getConnectionSummary()
java.lang.String getDescription()
java.lang.String testConnection() throws ConnectionFailure
ConnectionFailure
- If a connection can't be made.Option[] getOptions()