public class WorkflowLauncher extends Plugin
Modifier and Type | Field and Description |
---|---|
static String |
LAUNCH_SCHEDULED |
Constructor and Description |
---|
WorkflowLauncher() |
Modifier and Type | Method and Description |
---|---|
ReturnValue |
clean_up()
Perform post-task clean-up here.
|
static joptsimple.OptionSpecBuilder |
createNoRunSpec(joptsimple.OptionParser parser) |
ReturnValue |
do_run()
Performs the main tasks for the plugin.
|
ReturnValue |
do_test()
Perform any active system testing here.
|
String |
get_description()
Generates a short description of the plugin, preferably one line.
|
ReturnValue |
init()
Plugin initialization code goes here.
|
get_syntax, parse_parameters, print, println, setConfig, setMetadata, setParams
public static final String LAUNCH_SCHEDULED
public static final joptsimple.OptionSpecBuilder createNoRunSpec(joptsimple.OptionParser parser)
public ReturnValue init()
PluginInterface
public ReturnValue do_test()
PluginInterface
public ReturnValue clean_up()
PluginInterface
public String get_description()
Plugin
get_description
in interface PluginInterface
get_description
in class Plugin
public ReturnValue do_run()
PluginInterface
Copyright © 2015 SeqWare. All rights reserved.