public class PathDirectoryImpl extends PathResourceImpl implements IDirectory
| Modifier and Type | Method and Description |
|---|---|
void |
clearCaches() |
IDirectory |
dir(String relativePath) |
boolean |
exists() |
IFile |
file(String path) |
boolean |
hasChildFile(String path) |
boolean |
isAdditional() |
List<? extends IDirectory> |
listDirs() |
List<? extends IFile> |
listFiles() |
boolean |
mkdir() |
String |
relativePath(IResource resource) |
create, delete, equals, getName, getParent, getPath, hashCode, isChildOf, isDescendantOf, isInJar, isJavaFile, toJavaFile, toString, toURIclone, finalize, getClass, notify, notifyAll, wait, wait, waitcreate, delete, getName, getParent, getPath, isChildOf, isDescendantOf, isInJar, isJavaFile, toJavaFile, toURIpublic IDirectory dir(String relativePath)
dir in interface IDirectorypublic IFile file(String path)
file in interface IDirectorypublic boolean mkdir()
throws IOException
mkdir in interface IDirectoryIOExceptionpublic List<? extends IDirectory> listDirs()
listDirs in interface IDirectorypublic List<? extends IFile> listFiles()
listFiles in interface IDirectorypublic String relativePath(IResource resource)
relativePath in interface IDirectorypublic void clearCaches()
clearCaches in interface IDirectorypublic boolean hasChildFile(String path)
hasChildFile in interface IDirectorypublic boolean isAdditional()
isAdditional in interface IDirectoryCopyright © 2019. All rights reserved.