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

/opengrok/src/org/opensolaris/opengrok/history/
H A DHistoryGuru.java49 * The HistoryGuru is used to implement an transparent layer to the various
54 public final class HistoryGuru { class
56 private static final Logger LOGGER = LoggerFactory.getLogger(HistoryGuru.class);
59 * The one and only instance of the HistoryGuru
61 private static final HistoryGuru instance = new HistoryGuru();
73 * Creates a new instance of HistoryGuru, and try to set the default source
76 private HistoryGuru() { method in class:HistoryGuru
99 * Get the one and only instance of the HistoryGuru
101 * @return the one and only HistoryGuru instanc
[all...]

Completed in 8 milliseconds