|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object os.djtagger.action.AbstractAction os.djtagger.action.file.MoveAction
public class MoveAction
Constructor Summary | |
---|---|
MoveAction(java.io.File target)
|
Method Summary | |
---|---|
void |
dryRun(java.io.File file,
TaskRunner info)
Print what the action would do. |
java.io.File |
getTarget(java.io.File source)
|
void |
perform(java.io.File file,
TaskRunner info)
Perform on action on a media file. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MoveAction(java.io.File target)
Method Detail |
---|
public void perform(java.io.File file, TaskRunner info)
Action
perform
in interface Action
file
- File to perform the action on.info
- Contains information about the media collection library that this file is part
of.public void dryRun(java.io.File file, TaskRunner info)
Action
dryRun
in interface Action
file
- File to perform the action on.info
- Contains information about the media collection library that this file is part
of.public java.io.File getTarget(java.io.File source)
getTarget
in interface Move
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |