Package net.filebot.cli
Class GroovyAction
java.lang.Object
net.filebot.cli.GroovyAction
- All Implemented Interfaces:
ConflictAction,RenameAction
-
Constructor Summary
ConstructorsConstructorDescriptionGroovyAction(String name, String code) GroovyAction(String name, String code, Closure<?> closure) -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.filebot.RenameAction
canRename, resolve
-
Constructor Details
-
GroovyAction
-
GroovyAction
-
-
Method Details
-
rename
- Specified by:
renamein interfaceRenameAction- Throws:
Exception
-
conflict
- Specified by:
conflictin interfaceConflictAction- Throws:
Exception
-
apply
- Throws:
Exception
-
toString
-
wrap
-