Changeset 10260


Ignore:
Timestamp:
2005-07-22T15:52:51+12:00 (19 years ago)
Author:
mdewsnip
Message:

Added a "NEW_FOLDER" constant to indicate new folder actions.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/file/FileJob.java

    r8599 r10260  
    5757    /** An element of the job type enumeration indicating a move action. */
    5858    static final public byte MOVE   = 3;
     59    /** An element of the job type enumeration indicating a new folder action. */
     60    static final public byte NEW_FOLDER = 4;
    5961
    6062    /** Constructor.
Note: See TracChangeset for help on using the changeset viewer.