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, wait
Methods inherited from interface net.filebot.RenameAction
canRename, resolve
-
Constructor Details
-
GroovyAction
-
GroovyAction
-
-
Method Details
-
conflict
- Specified by:
conflict
in interfaceConflictAction
- Throws:
Exception
-
rename
- Specified by:
rename
in interfaceRenameAction
- Throws:
Exception
-
apply
- Throws:
Exception
-
toString
-
wrap
-