Searched refs:loadpaths (Results 1 - 1 of 1) sorted by relevance

/external/jsilver/src/org/clearsilver/
H A DCSUtil.java30 public static final String HDF_LOADPATHS = "hdf.loadpaths";
33 * Helper function that returns a concatenation of the loadpaths in the
36 * @return A list of loadpaths in order in which to search.
37 * @throws NullPointerException if no loadpaths are found.
44 * Helper function that returns a concatenation of the loadpaths in the
48 * no loadpaths are found in the HDF object, otherwise a
51 * @return A list of loadpaths in order in which to search.
52 * @throws NullPointerException if no loadpaths are found and allowEmpty is
62 throw new NullPointerException("No HDF loadpaths located in the "
76 * @param loadpaths th
81 locateFile(List<String> loadpaths, String filename) argument
[all...]

Completed in 3657 milliseconds