Main Page | Class Hierarchy | Alphabetical List | Class List | File List | Class Members | Related Pages

edu.virtualschool.jwaa.field.FileField Class Reference

Inheritance diagram for edu.virtualschool.jwaa.field.FileField:

edu.virtualschool.jwaa.field.GenericField edu.virtualschool.jwaa.field.Validatable Collaboration diagram for edu.virtualschool.jwaa.field.FileField:

Collaboration graph
[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: