|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.io.File
se.datadosen.io.ChainedDirectory
public class ChainedDirectory
Abstraction for a directory that is able to merge files from a background directory
| Field Summary |
|---|
| Fields inherited from class java.io.File |
|---|
pathSeparator, pathSeparatorChar, separator, separatorChar |
| Constructor Summary | |
|---|---|
ChainedDirectory(java.io.File dir)
|
|
ChainedDirectory(java.io.File dir,
ChainedDirectory backgroundDir)
|
|
| Method Summary | |
|---|---|
ChainedDirectory |
getBackgroundDirectory()
|
java.io.File |
getDirectory()
|
java.io.File |
getFile(java.lang.String name)
|
boolean |
isSortFileList()
|
java.io.File[] |
listFiles()
|
java.io.File[] |
listFiles(java.io.FileFilter filter)
|
void |
setSortFileList(boolean sortFileList)
|
| Methods inherited from class java.io.File |
|---|
canExecute, canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, delete, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getFreeSpace, getName, getParent, getParentFile, getPath, getTotalSpace, getUsableSpace, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listRoots, mkdir, mkdirs, renameTo, setExecutable, setExecutable, setLastModified, setReadable, setReadable, setReadOnly, setWritable, setWritable, toString, toURI, toURL |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public ChainedDirectory(java.io.File dir)
public ChainedDirectory(java.io.File dir,
ChainedDirectory backgroundDir)
| Method Detail |
|---|
public boolean isSortFileList()
public void setSortFileList(boolean sortFileList)
public java.io.File getDirectory()
public ChainedDirectory getBackgroundDirectory()
public java.io.File getFile(java.lang.String name)
public java.io.File[] listFiles()
listFiles in class java.io.Filepublic java.io.File[] listFiles(java.io.FileFilter filter)
listFiles in class java.io.File
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||