Searched defs:directory (Results 1 - 5 of 5) sorted by relevance
/opengrok-jel/src/org/opensolaris/opengrok/history/ |
H A D | HistoryCache.java | 61 * directory) gets determined automatically: if path physically exists 62 * and is a directory, directory is assumed, file otherwise. 63 * If {@code true} this method blindly assumes type directory and a 64 * directory history gets returned, otherwise a file history. 94 * Check if the specified directory is present in the cache. 95 * @param directory the directory to check 96 * @param repository the repository in which the directory is stored 97 * @return {@code true} if the directory i 101 hasCacheForDirectory(File directory, Repository repository) argument 127 getLastModifiedTimes(File directory, Repository repository, Map<String,String> path2rev) argument [all...] |
H A D | FileHistoryCache.java | 138 "Unable to create cache directory '" + dir + "'"); 255 // history information on the directory may change if a file in 256 // a sub-directory change. This will cause us to present a stale 257 // history log until a the current directory is updated and 283 * Check if the directory is in the cache. 284 * @param directory the directory to check 285 * @return {@code true} if the directory is in the cache 288 public boolean hasCacheForDirectory(File directory, Repository repository) argument 290 assert directory 314 getLastModifiedTimes(File directory, Repository repository, Map<String,String> path2rev) argument [all...] |
H A D | HistoryGuru.java | 184 * (directory or file) gets automatically determined: If file physically 185 * exists and is a directory, directory is assumed, file otherwise. 199 * (directory or file) gets automatically determined: If file physically 200 * exists and is a directory, directory is assumed, file otherwise. 218 * (directory or file) gets automatically determined: If <var>path</var> 219 * physically exists and is a directory, directory is assumed, file otherwise. 229 * directory 336 getLastModifiedTimes(File directory, Map<String, String> path2rev) argument [all...] |
H A D | JDBCHistoryCache.java | 141 * whole directory at once are supported. 555 // Fetch history for all files under this directory. 982 * Build maps from directory names and file names to their respective 987 * @param history the history to get the file and directory names from 989 * @param dirMap a map which will be filled with directory names and ids 1066 * @param ps statement that inserts a directory into the DIRECTORY table. 1068 * the directory, and (3) the id to use for the directory, (4) the id of 1069 * the parent directory. 1072 * @param map a map from directory pat 1164 getLastModifiedTimes(File directory, Repository repository, Map<String, String> path2rev) argument 1185 getLastModifiedTimesForAllFiles( File directory, Repository repository, Map<String, String> path2rev) argument [all...] |
/opengrok-jel/src/org/opensolaris/opengrok/search/ |
H A D | Hit.java | 40 * Holds value of property directory 42 private String directory; field in class:Hit 90 this.directory = file.getParent(); 91 if (directory == null) { 92 directory = ""; 120 * Getter for property directory 122 * @return Value of property directory 125 return this.directory;
|
Completed in 62 milliseconds