Changeset 35390 for main


Ignore:
Timestamp:
2021-09-14T14:15:13+12:00 (3 years ago)
Author:
kjdon
Message:

added getInterfaceResourceDir method. to match those for site and colleciton

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/trunk/greenstone3/src/java/org/greenstone/gsdl3/util/GSFile.java

    r33627 r35390  
    203203    }
    204204
     205  static public String interfaceResourceDir(String gsdl3_home, String interface_name) {
     206    return interfaceHome(gsdl3_home, interface_name)+ File.separatorChar+"resources";
     207  }
    205208    static public String collectionResourceDir(String collection_home)
    206209    {
     
    211214    return site_home+File.separatorChar+"resources";
    212215  }
     216
     217 
    213218    /** absolute path for an associated file */
    214219    static public String assocFileAbsolutePath(String site_home, String collection_name, String assoc_file_path, String filename)
Note: See TracChangeset for help on using the changeset viewer.