Changeset 12551


Ignore:
Timestamp:
2006-08-25T10:33:28+12:00 (18 years ago)
Author:
shaoqun
Message:

add new strings for GetOpt

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/util/StaticStrings.java

    r12472 r12551  
    222222    static final public String YES_STR = "yes";
    223223    static final public String ZERO_CHARACTER = "0";
    224 
    225  ////////////kk added///////////////
     224    static final public String METADATA_PATH                              = "-metadata_path";
     225    static final public String NEW_METADATASET                            = "-new_set";
    226226    static final public String URL_STR                                    = "url";
    227      static final public String CACHE_FOLDER                               = "cache";
     227   static final public String CACHE_FOLDER                               = "cache";
    228228   static final public String CUSTOM_ATTRIBUTE                           = "custom";
    229229}
Note: See TracChangeset for help on using the changeset viewer.