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

/opengrok/src/org/opensolaris/opengrok/history/
H A DHistoryCache.java134 String getInfo() throws HistoryException; method in interface:HistoryCache
H A DHistoryGuru.java124 return historyCache == null ? "No cache" : historyCache.getInfo();
H A DFileHistoryCache.java664 public String getInfo() { method in class:FileHistoryCache
H A DJDBCHistoryCache.java157 * Info string to return from {@link #getInfo()}.
1349 public String getInfo() { method in class:JDBCHistoryCache
/opengrok/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java458 String info = cache.getInfo();

Completed in 18 milliseconds