|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
net.sourceforge.atunes.kernel.executors.ImportProcess
public class ImportProcess
The Class ImportProcess.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary | |
---|---|
static int |
ALL_EXPORT
The Constant ALL_EXPORT. |
static int |
ARTIST_STRUCTURE
The Constant ARTIST_STRUCTURE. |
static int |
FAVORITES_EXPORT
The Constant FAVORITES_EXPORT. |
static int |
FLAT_STRUCTURE
The Constant FLAT_STRUCTURE. |
static int |
FULL_STRUCTURE
The Constant FULL_STRUCTURE. |
static int |
SELECTION_EXPORT
The Constant SELECTION_EXPORT. |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
ImportProcess(java.util.List<AudioFile> songs,
int structure,
java.lang.String filePattern)
Instantiates a new import process. |
Method Summary | |
---|---|
void |
notifyCancel()
Notify cancel. |
void |
run()
|
Methods inherited from class java.lang.Thread |
---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int ALL_EXPORT
public static final int SELECTION_EXPORT
public static final int FAVORITES_EXPORT
public static final int FLAT_STRUCTURE
public static final int ARTIST_STRUCTURE
public static final int FULL_STRUCTURE
Constructor Detail |
---|
public ImportProcess(java.util.List<AudioFile> songs, int structure, java.lang.String filePattern)
songs
- the songsstructure
- the structurefilePattern
- the file patternMethod Detail |
---|
public void notifyCancel()
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |