|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object os.djtagger.task.AbstractTask os.djtagger.task.musicdns.GenPuidTask
public class GenPuidTask
Constructor Summary | |
---|---|
GenPuidTask()
|
Method Summary | |
---|---|
java.util.Iterator<? extends Action> |
process(java.io.File file,
TaskRunner info)
|
void |
setGenpuidKey(java.lang.String genpuidKey)
Set the application (license) key for the genpuid executable. |
void |
setGenpuidPath(java.lang.String genpuidPath)
Set the path to the genpuid executable. |
void |
setOverwrite(boolean overwrite)
|
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 |
---|
public GenPuidTask()
Method Detail |
---|
public void setGenpuidPath(java.lang.String genpuidPath)
genpuidPath
- Path to the genpuid executablepublic void setGenpuidKey(java.lang.String genpuidKey)
genpuidKey
- License key to usepublic void setOverwrite(boolean overwrite)
overwrite
- If true, all files are processed, if false, only files that do not have a
MusicIP PUID yet are processed.public java.util.Iterator<? extends Action> process(java.io.File file, TaskRunner info)
process
in interface Task
process
in class AbstractTask
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |