org.qtunes.tagger
Interface Action


public interface Action


Method Summary
 void bumpDebug()
           
 void close()
           
 void process(java.io.File file)
           
 void setOutput(java.io.PrintStream out)
           
 

Method Detail

setOutput

void setOutput(java.io.PrintStream out)

process

void process(java.io.File file)
             throws java.lang.Exception
Throws:
java.lang.Exception

bumpDebug

void bumpDebug()

close

void close()
           throws java.lang.Exception
Throws:
java.lang.Exception