public class VirtualMappedFile extends AbstractFileAdapter implements VirtualFile
| Modifier and Type | Method and Description |
|---|---|
String |
getAbsolutePath() |
String |
getCanonicalPath() |
List<AbstractFile> |
getChildren() |
AbstractFile |
resolveFile(String child) |
protected String |
translateCanonicalPath(String path,
String securemount) |
copyFrom, createFolder, createNewFile, delete, exists, getAttributes, getInputStream, getName, getOutputStream, getOutputStream, init, isDirectory, isFile, isHidden, isMount, isReadable, isWritable, lastModified, length, moveTo, openFile, refresh, setAttributes, supportsRandomAccess, truncateclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcopyFrom, createFolder, createNewFile, delete, exists, getAttributes, getInputStream, getName, getOutputStream, getOutputStream, isDirectory, isFile, isHidden, isMount, isReadable, isWritable, lastModified, length, moveTo, openFile, refresh, setAttributes, supportsRandomAccess, truncatepublic List<AbstractFile> getChildren() throws IOException, PermissionDeniedException
getChildren in interface AbstractFilegetChildren in class AbstractFileAdapterIOExceptionPermissionDeniedExceptionpublic String getAbsolutePath() throws IOException, PermissionDeniedException
getAbsolutePath in interface AbstractFilegetAbsolutePath in class AbstractFileAdapterIOExceptionPermissionDeniedExceptionpublic String getCanonicalPath() throws IOException, PermissionDeniedException
getCanonicalPath in interface AbstractFilegetCanonicalPath in class AbstractFileAdapterIOExceptionPermissionDeniedExceptionpublic AbstractFile resolveFile(String child) throws PermissionDeniedException, IOException
resolveFile in interface AbstractFileresolveFile in class AbstractFileAdapterPermissionDeniedExceptionIOExceptionprotected String translateCanonicalPath(String path, String securemount) throws FileNotFoundException, IOException, PermissionDeniedException
Copyright © 2012. All Rights Reserved.