public class GetDBConnectionPlugin
extends net.maizegenetics.plugindef.AbstractPlugin
| Constructor and Description |
|---|
GetDBConnectionPlugin() |
GetDBConnectionPlugin(Frame parentFrame) |
GetDBConnectionPlugin(Frame parentFrame,
boolean isInteractive) |
| Modifier and Type | Method and Description |
|---|---|
String |
configFile()
File containing lines with data for host=, user=, password=
and DB=, DBtype= used for db connection
|
GetDBConnectionPlugin |
configFile(String value)
Set DB Config Files.
|
Boolean |
createNew()
True indicates a new DB of this name should be created,
deleting any existing DB of this name.
|
GetDBConnectionPlugin |
createNew(Boolean value)
Set Create New DB.
|
String |
getButtonName() |
ImageIcon |
getIcon() |
String |
getToolTipText() |
static void |
main(String[] args) |
net.maizegenetics.plugindef.DataSet |
processData(net.maizegenetics.plugindef.DataSet input) |
addListener, cancel, convert, dataSetReturned, getCitation, getInputs, getMenu, getPanel, getParameter, getParameter, getParentFrame, getUsage, getUsageHTML, isInteractive, performFunction, pluginDescription, pluginUserManualURL, progress, progress, receiveInput, reverseTrace, run, setConfigParameters, setParameter, setParameter, setParameter, setParameters, setParametersToDefault, setThreaded, trace, wasCancelledpublic GetDBConnectionPlugin()
public GetDBConnectionPlugin(Frame parentFrame)
public GetDBConnectionPlugin(Frame parentFrame, boolean isInteractive)
public net.maizegenetics.plugindef.DataSet processData(net.maizegenetics.plugindef.DataSet input)
processData in interface net.maizegenetics.plugindef.PluginprocessData in class net.maizegenetics.plugindef.AbstractPluginpublic static void main(String[] args)
public ImageIcon getIcon()
public String getButtonName()
public String getToolTipText()
public String configFile()
public GetDBConnectionPlugin configFile(String value)
value - DB Config Filespublic Boolean createNew()
public GetDBConnectionPlugin createNew(Boolean value)
value - Create New DBCopyright © 2018. All rights reserved.