public class HelloWorld extends Plugin
HelloWorld class.
Constructor and Description |
---|
HelloWorld()
Constructor for HelloWorld.
|
Modifier and Type | Method and Description |
---|---|
ReturnValue |
clean_up()
Perform post-task clean-up here.
|
ReturnValue |
do_run()
Performs the main tasks for the plugin.
|
ReturnValue |
do_test()
Perform any active system testing here.
|
String |
get_description()
get_description.
|
String |
get_syntax()
Generates a "help" message for the user of the plugin.
|
ReturnValue |
init()
Plugin initialization code goes here.
|
ReturnValue |
parse_parameters()
Parameter validation code goes here.
|
void |
setConfig(Map<String,String> config)
Let's you set the config this object should use.
|
void |
setMetadata(Metadata metadata)
Lets you set the metadata object
|
void |
setParams(List<String> params)
Lets you set a List of params so the plugin can deal with parameters
|
public void setConfig(Map<String,String> config)
setConfig
in interface PluginInterface
setConfig
in class Plugin
config
- public void setParams(List<String> params)
setParams
in interface PluginInterface
setParams
in class Plugin
params
- public void setMetadata(Metadata metadata)
setMetadata
in interface PluginInterface
setMetadata
in class Plugin
metadata
- public String get_syntax()
get_syntax
in interface PluginInterface
get_syntax
in class Plugin
public ReturnValue parse_parameters()
parse_parameters
in interface PluginInterface
parse_parameters
in class Plugin
public ReturnValue init()
public ReturnValue do_test()
public ReturnValue do_run()
public ReturnValue clean_up()
public String get_description()
get_description.
get_description
in interface PluginInterface
get_description
in class Plugin
String
object.Copyright © 2015 SeqWare. All rights reserved.