|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Thread
net.sf.dc.processes.cdimport.ImportCDProcess
net.sf.dc.processes.cdimport.ImportMovieCD
public class ImportMovieCD
Extract information from movie files (ogg, avi, mpeg, divx, xvid)
Nested Class Summary |
---|
Nested classes/interfaces inherited from class java.lang.Thread |
---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
Field Summary |
---|
Fields inherited from class net.sf.dc.processes.cdimport.ImportCDProcess |
---|
cdName, confirmDirs, recursiveDirs, sourceDir, wf |
Fields inherited from class java.lang.Thread |
---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
---|---|
ImportMovieCD(ImportCDDialog ui,
java.lang.String sourceDir,
boolean confirmDirs,
boolean recursiveDirs,
java.lang.String cdName)
Initializes (but does not run) the Movie CD import process |
Method Summary | |
---|---|
java.lang.String[] |
getExtensions()
|
protected int |
getModule()
The UI class which will be updated with the results of the import |
protected DCObject |
parseInformation(java.lang.String filename)
Parses the source file for information. |
Methods inherited from class net.sf.dc.processes.cdimport.ImportCDProcess |
---|
cancel, getFileSize, getName, run, writeOutput |
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 |
Constructor Detail |
---|
public ImportMovieCD(ImportCDDialog ui, java.lang.String sourceDir, boolean confirmDirs, boolean recursiveDirs, java.lang.String cdName)
ui
- used for displaying the progresssourceDir
- directory which is used as source for the
importconfirmEachDir
- indicates whether for each directory
confirmation should be asked if the underlying data
of this directory should be read or not.nameOfCD
- cd name (used as the location name)Method Detail |
---|
public java.lang.String[] getExtensions()
getExtensions
in class ImportCDProcess
protected int getModule()
ImportCDProcess
getModule
in class ImportCDProcess
protected DCObject parseInformation(java.lang.String filename)
parseInformation
in class ImportCDProcess
filename
- file to be parsed
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |