public class FileInfo
extends java.lang.Object
| Modifier and Type | Class and Description |
|---|---|
static class |
FileInfo.Type
Type of a remote file or folder.
|
| Constructor and Description |
|---|
FileInfo() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLastModified() |
java.lang.String |
getName() |
long |
getSize() |
FileInfo.Type |
getType() |
public FileInfo.Type getType()
public java.lang.String getName()
public long getSize()
public java.lang.String getLastModified()