os.djtagger.action
Interface Action
- All Known Implementing Classes:
- AbstractAction, AssignAction, CheckAction, CheckAction, CheckID3v23Action, DeleteAction, DeleteTagAction, MoveAction, PrintInfoAction, TrackIdentificationAction, UndoMp3GainAction
public interface Action
Method Summary |
void |
dryRun(java.io.File file,
TaskRunner info)
Print what the action would do. |
void |
perform(java.io.File file,
TaskRunner info)
Perform on action on a media file. |
perform
void perform(java.io.File file,
TaskRunner info)
- Perform on action on a media file.
- Parameters:
file
- File to perform the action on.info
- Contains information about the media collection library that this file is part
of.
dryRun
void dryRun(java.io.File file,
TaskRunner info)
- Print what the action would do.
- Parameters:
file
- File to perform the action on.info
- Contains information about the media collection library that this file is part
of.
Copyright © 2007-2010 Pointbreak. All Rights Reserved.