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, toString
public final String getFilePath()
public FileInfo getFileInfo()
getFileInfo
in class PseudoFile
public NetworkFile getFile(String netPath)
getFile
in class PseudoFile
netPath
- StringCopyright © 2005–2017 Alfresco Software. All rights reserved.