@Deprecated public class RemoteFile extends java.lang.Object implements java.io.Serializable
Constructor and Description |
---|
RemoteFile(java.io.File file)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
boolean |
canExecute()
Deprecated.
|
boolean |
canRead()
Deprecated.
|
boolean |
canWrite()
Deprecated.
|
boolean |
equals(java.lang.Object other)
Deprecated.
Test if the file is equals to another
|
java.lang.String |
getName()
Deprecated.
|
java.lang.String |
getPath()
Deprecated.
|
boolean |
isDirectory()
Deprecated.
|
boolean |
isFile()
Deprecated.
|
boolean |
isHidden()
Deprecated.
|
long |
length()
Deprecated.
|
java.lang.String |
toString()
Deprecated.
|
public RemoteFile(java.io.File file)
public java.lang.String getPath()
public java.lang.String getName()
public boolean canRead()
public boolean canWrite()
public boolean canExecute()
public boolean isDirectory()
public boolean isFile()
public boolean isHidden()
public long length()
public java.lang.String toString()
toString
in class java.lang.Object
public boolean equals(java.lang.Object other)
equals
in class java.lang.Object
other
-