@Deprecated public class RemoteFileSystemServer extends java.lang.Object implements IRemoteFileSystem
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.
|
static RemoteFileSystemServer |
getInstance()
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.
|
public static RemoteFileSystemServer getInstance()
public RemoteFile[] getFilePath(java.lang.String filePath)
getFilePath
in interface IRemoteFileSystem
filePath
- public RemoteFile[] getFiles(java.lang.String dirPath, boolean useFileHiding)
getFiles
in interface IRemoteFileSystem
public boolean isFileSystemRoot(java.lang.String dirPath)
isFileSystemRoot
in interface IRemoteFileSystem
public boolean isRoot(java.lang.String dirPath)
isRoot
in interface IRemoteFileSystem
public boolean isFileSystem(java.lang.String dirPath)
isFileSystem
in interface IRemoteFileSystem
public boolean isDrive(java.lang.String dirPath)
isDrive
in interface IRemoteFileSystem
public boolean isComputerNode(java.lang.String dirPath)
isComputerNode
in interface IRemoteFileSystem
public RemoteFile getParentDirectory(java.lang.String dirPath)
getParentDirectory
in interface IRemoteFileSystem
public java.lang.String getSystemDisplayName(java.lang.String filePath)
getSystemDisplayName
in interface IRemoteFileSystem
public java.lang.String getSystemTypeDescription(java.lang.String filePath)
getSystemTypeDescription
in interface IRemoteFileSystem
public RemoteFile getDefaultDirectory()
getDefaultDirectory
in interface IRemoteFileSystem
public RemoteFile getHomeDirectory()
getHomeDirectory
in interface IRemoteFileSystem
public RemoteFile[] getRoots()
getRoots
in interface IRemoteFileSystem