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/file/FileNode.java

    r7122 r7224  
    273273        ///atherer.println("Map the 'Greenstone Collections' node.");
    274274        // For each of the children directories, which are collections...
    275         File start = new File(Utility.getCollectionDir(Gatherer.config.gsdl_path));
     275        File start = new File(Utility.getCollectDir(Gatherer.config.gsdl_path));
    276276        File cols[] = start.listFiles();
    277277        ArrayTools.sort(cols);
Note: See TracChangeset for help on using the changeset viewer.