|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.abraracourcix.alipes.monitors.file.FileEvent
An event representing all the things that could change about a file's state Java enumeration
| Field Summary | |
static FileEvent |
CREATED
Enum value |
static FileEvent |
DELETED
Enum value |
static FileEvent |
DOES_NOT_EXIST
Enum value |
static FileEvent |
EXISTS
Enum value |
static FileEvent |
GONE_STALE
Enum value |
static FileEvent |
IS_STALE
Enum value |
static FileEvent |
UNKNOWN
Enum value |
static FileEvent |
UPDATED
Enum value |
| Method Summary | |
java.lang.String |
toString()
The usual toString method, returning a description of the event |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final FileEvent UNKNOWN
public static final FileEvent EXISTS
public static final FileEvent DOES_NOT_EXIST
public static final FileEvent DELETED
public static final FileEvent CREATED
public static final FileEvent UPDATED
public static final FileEvent IS_STALE
public static final FileEvent GONE_STALE
| Method Detail |
public java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||