@Deprecated public interface IRemoteFileSystem extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
RemoteFile |
getDefaultDirectory()
Deprecated.
|
RemoteFile[] |
getFilePath(java.lang.String filePath)
Deprecated.
get FilePath from root to actualFile (One RemoteFile for each folder)
|
RemoteFile[] |
getFiles(java.lang.String dirPath,
boolean useFileHiding)
Deprecated.
|
RemoteFile |
getHomeDirectory()
Deprecated.
|
RemoteFile |
getParentDirectory(java.lang.String dirPath)
Deprecated.
|
RemoteFile[] |
getRoots()
Deprecated.
|
java.lang.String |
getSystemDisplayName(java.lang.String filePath)
Deprecated.
|
java.lang.String |
getSystemTypeDescription(java.lang.String filePath)
Deprecated.
|
boolean |
isComputerNode(java.lang.String dirPath)
Deprecated.
|
boolean |
isDrive(java.lang.String dirPath)
Deprecated.
|
boolean |
isFileSystem(java.lang.String dirPath)
Deprecated.
|
boolean |
isFileSystemRoot(java.lang.String dirPath)
Deprecated.
|
boolean |
isRoot(java.lang.String dirPath)
Deprecated.
|
RemoteFile[] getFilePath(java.lang.String filePath) throws java.rmi.RemoteException
filePath
- java.rmi.RemoteException
RemoteFile[] getFiles(java.lang.String dirPath, boolean useFileHiding) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isFileSystemRoot(java.lang.String dirPath) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isFileSystem(java.lang.String dirPath) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isDrive(java.lang.String dirPath) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isRoot(java.lang.String dirPath) throws java.rmi.RemoteException
java.rmi.RemoteException
boolean isComputerNode(java.lang.String dirPath) throws java.rmi.RemoteException
java.rmi.RemoteException
RemoteFile getParentDirectory(java.lang.String dirPath) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getSystemDisplayName(java.lang.String filePath) throws java.rmi.RemoteException
java.rmi.RemoteException
java.lang.String getSystemTypeDescription(java.lang.String filePath) throws java.rmi.RemoteException
java.rmi.RemoteException
RemoteFile getDefaultDirectory() throws java.rmi.RemoteException
java.rmi.RemoteException
RemoteFile getHomeDirectory() throws java.rmi.RemoteException
java.rmi.RemoteException
RemoteFile[] getRoots() throws java.rmi.RemoteException
java.rmi.RemoteException