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

/opengrok-sun/src/org/opensolaris/opengrok/web/
H A DPageConfig.java102 private List<String> dirFileList; field in class:PageConfig
333 if (dirFileList == null) {
339 dirFileList = Collections.emptyList();
342 dirFileList =
346 return dirFileList;

Completed in 798 milliseconds