org.stanwood.media.actions.rename
Class RenameActionInfo

java.lang.Object
  extended by org.stanwood.media.extensions.ExtensionInfo<RenameAction>
      extended by org.stanwood.media.actions.rename.RenameActionInfo

public class RenameActionInfo
extends ExtensionInfo<RenameAction>

Extension information about the action RenameAction


Field Summary
static ParameterType PARAM_KEY_PRUNE_EMPTY_FOLDERS
          The key of the pruneEmptyFolders parameter for this action.
 
Constructor Summary
RenameActionInfo()
          The constructor
 
Method Summary
protected  RenameAction createExtension()
          Used to create the extension
 
Methods inherited from class org.stanwood.media.extensions.ExtensionInfo
getAnyExtension, getExtension, getId, getParameterInfos, getType, setId, setParameterInfos
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PARAM_KEY_PRUNE_EMPTY_FOLDERS

public static final ParameterType PARAM_KEY_PRUNE_EMPTY_FOLDERS
The key of the pruneEmptyFolders parameter for this action.

Constructor Detail

RenameActionInfo

public RenameActionInfo()
The constructor

Method Detail

createExtension

protected RenameAction createExtension()
Description copied from class: ExtensionInfo
Used to create the extension

Specified by:
createExtension in class ExtensionInfo<RenameAction>
Returns:
The extension