Home | History | Annotate | Download | only in adaptor

Lines Matching defs:loadPaths

42   private List<String> loadPaths;
74 if (loadPaths == null || loadPaths.isEmpty()) {
76 } else if (loadPaths.size() == 1) {
78 text.append(loadPaths.get(0));
132 * @param loadPaths the ordered list of paths to search.
136 File locateFile(List<String> loadPaths, String filename) {
140 if (loadPaths == null) {
141 throw new NullPointerException("No loadpaths provided.");
143 for (String path : loadPaths) {
210 if (loadPaths == null) {
214 loadPaths = CSUtil.getLoadPaths(hdf, true);
216 return loadPaths;