public class LocalPseudoFile extends PseudoFile
Pseudo file class that uses a file on the local filesystem.
_creationDateTime| Constructor and Description |
|---|
LocalPseudoFile(String name,
String path)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
NetworkFile |
getFile(String netPath)
Return a network file for reading/writing the pseudo file
|
FileInfo |
getFileInfo()
Return the file information for the pseudo file
|
String |
getFilePath()
Return the path to the file on the local filesystem
|
getAttributes, getFileName, getInfo, isDirectory, isFile, isHidden, isReadOnly, setFileInfo, toStringpublic final String getFilePath()
public FileInfo getFileInfo()
getFileInfo in class PseudoFilepublic NetworkFile getFile(String netPath)
getFile in class PseudoFilenetPath - StringCopyright © 2005–2016 Alfresco Software. All rights reserved.