os.djtagger.action.tag
Class AssignAction

java.lang.Object
  extended by os.djtagger.action.AbstractAction
      extended by os.djtagger.action.tag.AssignAction
All Implemented Interfaces:
Action

public class AssignAction
extends AbstractAction


Constructor Summary
AssignAction(TagNames tag, java.lang.Object value)
           
 
Method Summary
 void dryRun(java.io.File file, TaskRunner info)
          Print what the action would do.
 java.lang.String getStringValue()
           
 TagNames getTag()
           
 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

AssignAction

public AssignAction(TagNames tag,
                    java.lang.Object value)
Method Detail

getTag

public TagNames getTag()

getStringValue

public java.lang.String getStringValue()

perform

public void perform(java.io.File file,
                    TaskRunner info)
Description copied from interface: Action
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

public void dryRun(java.io.File file,
                   TaskRunner info)
Description copied from interface: Action
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.