Class CreateDesignAction
- java.lang.Object
-
- fr.ens.biologie.genomique.eoulsan.actions.AbstractAction
-
- fr.ens.biologie.genomique.eoulsan.actions.CreateDesignAction
-
- All Implemented Interfaces:
Action
public class CreateDesignAction extends AbstractAction
This class define an action to create design file.- Since:
- 1.0
- Author:
- Laurent Jourdren
-
-
Field Summary
Fields Modifier and Type Field Description static String
ACTION_NAME
Name of this action.
-
Constructor Summary
Constructors Constructor Description CreateDesignAction()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
action(List<String> arguments)
Execute action.String
getDescription()
Get action description.String
getName()
Get the name of the action.boolean
isCurrentArchCompatible()
Test if the action can be executed with current platform.-
Methods inherited from class fr.ens.biologie.genomique.eoulsan.actions.AbstractAction
isApplicationAvailableForCurrentArch, isHadoopJarMode, isHidden
-
-
-
-
Field Detail
-
ACTION_NAME
public static final String ACTION_NAME
Name of this action.- See Also:
- Constant Field Values
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:Action
Get the name of the action.- Returns:
- the name of the action
-
getDescription
public String getDescription()
Description copied from interface:Action
Get action description.- Returns:
- the description description
-
isCurrentArchCompatible
public boolean isCurrentArchCompatible()
Description copied from interface:Action
Test if the action can be executed with current platform.- Specified by:
isCurrentArchCompatible
in interfaceAction
- Overrides:
isCurrentArchCompatible
in classAbstractAction
- Returns:
- true if the action can be executed with current platform
-
-