os.djtagger.task.tag.id3
Class CheckID3v23Task

java.lang.Object
  extended by os.djtagger.task.AbstractTask
      extended by os.djtagger.task.tag.id3.CheckID3v23Task
All Implemented Interfaces:
Task

public class CheckID3v23Task
extends AbstractTask

Check that source files contain Id3v2.3 tags or do not contain Id3v2 tags at all. If the check fails for a file, the file will not be processed further (a NextFileException will be thrown).


Constructor Summary
CheckID3v23Task()
           
 
Method Summary
 java.util.Iterator<? extends Action> process(java.io.File f, TaskRunner info)
           
 
Methods inherited from class os.djtagger.task.AbstractTask
getFileFilter, initialize, scanDependency, setFileFilter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheckID3v23Task

public CheckID3v23Task()
Method Detail

process

public java.util.Iterator<? extends Action> process(java.io.File f,
                                                    TaskRunner info)
Specified by:
process in interface Task
Specified by:
process in class AbstractTask


Copyright © 2007-2010 Pointbreak. All Rights Reserved.