public class OBOOut extends java.lang.Object implements OutputFormatInterface
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
description |
protected java.lang.String |
folderLocation_ |
Constructor and Description |
---|
OBOOut() |
OBOOut(java.lang.String folderLocation) |
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.
|
java.lang.String |
getFolderLocation() |
Option[] |
getOptions() |
java.lang.String |
testConnection()
See if the provided parameters make a valid connection
|
public static final java.lang.String description
protected java.lang.String folderLocation_
public java.lang.String getConnectionSummary()
OutputFormatInterface
getConnectionSummary
in interface OutputFormatInterface
public java.lang.String getDescription()
OutputFormatInterface
getDescription
in interface OutputFormatInterface
public Option[] getOptions()
getOptions
in interface OutputFormatInterface
public java.lang.String getFolderLocation()
public java.lang.String testConnection() throws ConnectionFailure
OutputFormatInterface
testConnection
in interface OutputFormatInterface
ConnectionFailure
- If a connection can't be made.