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

/opengrok-jel/test/org/opensolaris/opengrok/util/
H A DFileUtilities.java120 * @param directories if {@code true} add directories to <var>files</var>
123 public static void getAllFiles(File root, List<File> files, boolean directories) { argument
125 if (directories) {
133 getAllFiles(f, files, directories);
166 * Determine if given program is present in one of the directories
/opengrok-jel/src/org/opensolaris/opengrok/index/
H A DIndexDatabase.java100 private List<String> directories; field in class:IndexDatabase
109 * @throws java.io.IOException if an error occurs while creating directories
118 * @throws IOException if an errror occurs while creating directories
178 * Update the index database for a number of sub-directories
277 directories = new ArrayList<String>();
282 * By default the indexer will traverse all directories in the project.
283 * If you add directories with this function update will just process
284 * the specified directories.
300 directories.add(directory);
345 if (directories
[all...]

Completed in 11 milliseconds