edu.virtualschool.jwaa.field.FileField Class Reference
Inheritance diagram for edu.virtualschool.jwaa.field.FileField:
Collaboration diagram for edu.virtualschool.jwaa.field.FileField:
[legend]List of all members.
Detailed Description
Manages the location and modification date of an file in a convenient form for determining when a stale XML file should be reloaded.
Definition at line 15 of file FileField.java.
|
Public Member Functions |
|
| FileField (String directory, String name) |
|
| FileField (File file) |
|
| FileField (String path) |
|
boolean | isUpToDate () |
|
void | update () |
|
BufferedReader | getReader () throws FileNotFoundFault |
Public Attributes |
|
final File | file |
|
long | lastModified |
The documentation for this class was generated from the following file: