Searched defs:dirFileList (Results 1 - 1 of 1) sorted by relevance

/opengrok/src/org/opensolaris/opengrok/web/
H A DPageConfig.java117 private List<String> dirFileList; field in class:PageConfig
381 if (dirFileList == null) {
387 dirFileList = Collections.emptyList();
390 dirFileList
394 return dirFileList;

Completed in 11 milliseconds