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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRepoRepository.java47 public static final String CMD_FALLBACK = "repo"; field in class:RepoRepository
62 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
73 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DAccuRevRepository.java78 public static final String CMD_FALLBACK = "accurev"; field in class:AccuRevRepository
90 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
103 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
151 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
183 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
283 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DBazaarRepository.java53 public static final String CMD_FALLBACK = "bzr"; field in class:BazaarRepository
81 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
113 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
163 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
226 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
275 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DCVSRepository.java56 public static final String CMD_FALLBACK = "cvs"; field in class:CVSRepository
72 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
111 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
138 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
199 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
266 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DMonotoneRepository.java56 public static final String CMD_FALLBACK = "mnt"; field in class:MonotoneRepository
84 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
136 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
162 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
217 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
261 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DClearCaseRepository.java54 public static final String CMD_FALLBACK = "cleartool"; field in class:ClearCaseRepository
98 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
135 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
207 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
281 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
297 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
341 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DPerforceRepository.java56 public static final String CMD_FALLBACK = "p4"; field in class:PerforceRepository
84 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
125 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
143 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
217 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DSCCSRepository.java54 public static final String CMD_FALLBACK = "sccs"; field in class:SCCSRepository
73 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
95 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
151 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
253 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DGitRepository.java64 public static final String CMD_FALLBACK = "git"; field in class:GitRepository
99 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
276 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
328 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
384 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
399 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
421 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
499 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
551 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DMercurialRepository.java63 public static final String CMD_FALLBACK = "hg"; field in class:MercurialRepository
258 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
312 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
356 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
465 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
526 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DSubversionRepository.java64 public static final String CMD_FALLBACK = "svn"; field in class:SubversionRepository
191 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
228 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
334 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
407 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
439 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DRazorRepository.java258 SCCSRepository.CMD_FALLBACK);
/opengrok-jel/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java218 MercurialRepository.CMD_FALLBACK, "import", changesetFile

Completed in 22 milliseconds