|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjava.io.File
org.iids.aos.util.Directory
public class Directory
Class Directory.
| Field Summary |
|---|
| Fields inherited from class java.io.File |
|---|
pathSeparator, pathSeparatorChar, separator, separatorChar |
| Constructor Summary | |
|---|---|
Directory(java.io.File file)
|
|
Directory(java.lang.String fileName)
Creates directory |
|
Directory(java.net.URI uri)
|
|
| Method Summary | |
|---|---|
boolean |
clear()
|
static boolean |
clearDirectory(java.lang.String path)
|
boolean |
delete()
|
static boolean |
deleteDirectory(java.lang.String path)
|
| Methods inherited from class java.io.File |
|---|
canRead, canWrite, compareTo, createNewFile, createTempFile, createTempFile, deleteOnExit, equals, exists, getAbsoluteFile, getAbsolutePath, getCanonicalFile, getCanonicalPath, getName, getParent, getParentFile, getPath, hashCode, isAbsolute, isDirectory, isFile, isHidden, lastModified, length, list, list, listFiles, listFiles, listFiles, listRoots, mkdir, mkdirs, renameTo, setLastModified, setReadOnly, toString, toURI, toURL |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Directory(java.lang.String fileName)
public Directory(java.net.URI uri)
public Directory(java.io.File file)
| Method Detail |
|---|
public boolean delete()
delete in class java.io.Filepublic boolean clear()
public static boolean clearDirectory(java.lang.String path)
public static boolean deleteDirectory(java.lang.String path)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||