com.dtolabs.rundeck.core.cli
Interface ActionFactory


public interface ActionFactory

ActionFactory is a factory interface for creating Actions based on an action name.


Method Summary
 Action createAction(java.lang.String name)
          Create an Action for the given action name.
 

Method Detail

createAction

Action createAction(java.lang.String name)
Create an Action for the given action name.

Parameters:
name -
Returns: