Changeset 5995 for trunk/gli


Ignore:
Timestamp:
2003-11-25T16:21:29+13:00 (20 years ago)
Author:
jmt12
Message:

Calls the simple ready method in CollectionConfiguration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/gli/src/org/greenstone/gatherer/cdm/CollectionDesignManager.java

    r5893 r5995  
    164164    } */
    165165
     166    /** The cdm is considered to be ready if the collect.cfg file was found and parsed and the collection title is not error.
     167     * @return true if the collection is ready, false otherwise
     168     */
     169    public boolean ready() {
     170    return collect_config.ready();
     171    }
     172
    166173    /** Cause the current collection configuration to be written out to disk.
    167174     * @see org.greenstone.gatherer.cdm.ClassifierManager
Note: See TracChangeset for help on using the changeset viewer.