Class CreateHadoopJarAction

java.lang.Object
fr.ens.biologie.genomique.eoulsan.actions.AbstractAction
fr.ens.biologie.genomique.eoulsan.actions.CreateHadoopJarAction
All Implemented Interfaces:
Action

public class CreateHadoopJarAction extends AbstractAction
This class define an action to create hadoop jar file.
Since:
1.0
Author:
Laurent Jourdren
  • Field Details

  • Constructor Details

    • CreateHadoopJarAction

      public CreateHadoopJarAction()
  • Method Details

    • 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 interface Action
      Overrides:
      isCurrentArchCompatible in class AbstractAction
      Returns:
      true if the action can be executed with current platform
    • action

      public void action(List<String> arguments)
      Description copied from interface: Action
      Execute action.
      Parameters:
      arguments - arguments of the action.