com.lightdev.lib.filesystem
Class LocalFileSystem.CopyThread

java.lang.Object
  extended by java.lang.Thread
      extended by com.lightdev.lib.filesystem.LocalFileSystem.CopyThread
All Implemented Interfaces:
Runnable
Enclosing class:
LocalFileSystem

public class LocalFileSystem.CopyThread
extends Thread

A thread to copy a group of files to a given folder inside a given file system.

Version:
1, 20.3.2008
Author:
Ulrich Hilger, Light Development, http://www.lightdev.com, info@lightdev.com, published under the terms and conditions of the BSD License, for details see file license.txt in the distribution package of this software
See Also:
LocalFileSystem

Nested Class Summary
 
Nested classes/interfaces inherited from class java.lang.Thread
Thread.State, Thread.UncaughtExceptionHandler
 
Field Summary
 
Fields inherited from class java.lang.Thread
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY
 
Constructor Summary
LocalFileSystem.CopyThread(FileSystem fileSystem, FileRef[] filesToCopy, FileRef toFolder)
          Create a new instance of class CopyThread
 
Method Summary
 void run()
          run this thread
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LocalFileSystem.CopyThread

public LocalFileSystem.CopyThread(FileSystem fileSystem,
                                  FileRef[] filesToCopy,
                                  FileRef toFolder)
Create a new instance of class CopyThread

Parameters:
fileSystem -
filesToCopy -
toFolder -
Method Detail

run

public void run()
run this thread

Specified by:
run in interface Runnable
Overrides:
run in class Thread