net.sourceforge.atunes.kernel.executors
Class ImportProcess

java.lang.Object
  extended by java.lang.Thread
      extended by net.sourceforge.atunes.kernel.executors.ImportProcess
All Implemented Interfaces:
java.lang.Runnable

public class ImportProcess
extends java.lang.Thread

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

ALL_EXPORT

public static final int ALL_EXPORT
The Constant ALL_EXPORT.

See Also:
Constant Field Values

SELECTION_EXPORT

public static final int SELECTION_EXPORT
The Constant SELECTION_EXPORT.

See Also:
Constant Field Values

FAVORITES_EXPORT

public static final int FAVORITES_EXPORT
The Constant FAVORITES_EXPORT.

See Also:
Constant Field Values

FLAT_STRUCTURE

public static final int FLAT_STRUCTURE
The Constant FLAT_STRUCTURE.

See Also:
Constant Field Values

ARTIST_STRUCTURE

public static final int ARTIST_STRUCTURE
The Constant ARTIST_STRUCTURE.

See Also:
Constant Field Values

FULL_STRUCTURE

public static final int FULL_STRUCTURE
The Constant FULL_STRUCTURE.

See Also:
Constant Field Values
Constructor Detail

ImportProcess

public ImportProcess(java.util.List<AudioFile> songs,
                     int structure,
                     java.lang.String filePattern)
Instantiates a new import process.

Parameters:
songs - the songs
structure - the structure
filePattern - the file pattern
Method Detail

notifyCancel

public void notifyCancel()
Notify cancel.


run

public void run()
Specified by:
run in interface java.lang.Runnable
Overrides:
run in class java.lang.Thread


Copyright © 2006-2008 The aTunes Team. All Rights Reserved.