Class CopyDesignAndWorkflowFilesToOutputModule
- java.lang.Object
- 
- fr.ens.biologie.genomique.eoulsan.modules.AbstractModule
- 
- fr.ens.biologie.genomique.eoulsan.modules.mgmt.hadoop.CopyDesignAndWorkflowFilesToOutputModule
 
 
- 
- All Implemented Interfaces:
- Module
 
 public class CopyDesignAndWorkflowFilesToOutputModule extends AbstractModule This module copy design and workflow file to output directory.- Since:
- 1.0
- Author:
- Laurent Jourdren
 
- 
- 
Field SummaryFields Modifier and Type Field Description static StringMODULE_NAMEModule name.
 - 
Constructor SummaryConstructors Constructor Description CopyDesignAndWorkflowFilesToOutputModule()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidconfigure(StepConfigurationContext context, Set<Parameter> stepParameters)Set the parameters of the step to configure the module.TaskResultexecute(TaskContext context, TaskStatus status)Execute a task step.StringgetDescription()Get the description of the moduleStringgetName()Get the name of the module.fr.ens.biologie.genomique.kenetre.util.VersiongetVersion()Get version of the Module.- 
Methods inherited from class fr.ens.biologie.genomique.eoulsan.modules.AbstractModulegetChecker, getInputPorts, getOutputPorts, getParallelizationMode, getRequiredEoulsanVersion, getRequirements
 
- 
 
- 
- 
- 
Field Detail- 
MODULE_NAMEpublic static final String MODULE_NAME Module name.- See Also:
- Constant Field Values
 
 
- 
 - 
Method Detail- 
getNamepublic String getName() Description copied from interface:ModuleGet the name of the module.- Returns:
- the name of the module
 
 - 
getDescriptionpublic String getDescription() Description copied from interface:ModuleGet the description of the module- Specified by:
- getDescriptionin interface- Module
- Overrides:
- getDescriptionin class- AbstractModule
- Returns:
- the description of the module
 
 - 
getVersionpublic fr.ens.biologie.genomique.kenetre.util.Version getVersion() Description copied from interface:ModuleGet version of the Module.- Returns:
- a Version object with the version of the Module
 
 - 
configurepublic void configure(StepConfigurationContext context, Set<Parameter> stepParameters) throws EoulsanException Description copied from interface:ModuleSet the parameters of the step to configure the module.- Specified by:
- configurein interface- Module
- Overrides:
- configurein class- AbstractModule
- Parameters:
- context- configuration context. The context can be null for generator steps
- stepParameters- parameters of the step
- Throws:
- EoulsanException- if a parameter is invalid
 
 - 
executepublic TaskResult execute(TaskContext context, TaskStatus status) Description copied from interface:ModuleExecute a task step.- Parameters:
- context- Execution context
- status- of the task
 
 
- 
 
-