| Package | Description | 
|---|---|
| org.gjt.sp.jedit.io | Virtual file system and multi-threaded I/O. | 
| Modifier and Type | Method and Description | 
|---|---|
| static CopyFileWorker.Behavior | CopyFileWorker.Behavior. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static CopyFileWorker.Behavior[] | CopyFileWorker.Behavior. values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
| Constructor and Description | 
|---|
| CopyFileWorker(java.awt.Component comp,
              java.util.List<java.lang.String> sources,
              java.lang.String target,
              CopyFileWorker.Behavior behavior)Copy all files from the list to the target directory. |