Ignore:
Timestamp:
2004-04-23T14:56:30+12:00 (20 years ago)
Author:
kjdon
Message:

tidied up the getXXXDir methods in Utility. Utility.getCollectionDir (which returns the path to the collect directory) has been renamed to getCollectDir, and a new Utility.getCollectionDir is provided which returns the path to an individual collection's base dir

File:
1 edited

Legend:

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

    r6144 r7224  
    191191        // We start by building a model of the installed collections.
    192192        collection_checklist_model = new ArrayList();
    193         File gsdl_collection_directory = new File(Utility.getCollectionDir(Gatherer.config.gsdl_path));
     193        File gsdl_collection_directory = new File(Utility.getCollectDir(Gatherer.config.gsdl_path));
    194194        current_coll_name = Gatherer.c_man.getCollection().getName();
    195195        File[] possible_collections = gsdl_collection_directory.listFiles();
Note: See TracChangeset for help on using the changeset viewer.