public interface FileInfo
Implementations of this interface provide access to the basic attributes of a fileset entry, including its name, type (file vs. directory), size, last-modified timestamp, and its logical path within the enclosing fileset.
| Modifier and Type | Method and Description | 
|---|---|
boolean | 
isDir()  | 
long | 
lastModified()  | 
java.lang.String | 
name()  | 
java.lang.String | 
path()  | 
long | 
size()  | 
java.lang.String name()
boolean isDir()
long size()
long lastModified()
java.lang.String path()