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

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DRepoRepository.java45 public static final String CMD_FALLBACK = "repo"; field in class:RepoRepository
54 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
62 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DGitRepository.java54 public static final String CMD_FALLBACK = "git"; field in class:GitRepository
76 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
127 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
173 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
232 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
247 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
269 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
335 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
378 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
417 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
[all...]
H A DCVSRepository.java51 public static final String CMD_FALLBACK = "cvs"; field in class:CVSRepository
61 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
91 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
117 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
174 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
230 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DMonotoneRepository.java53 public static final String CMD_FALLBACK = "mnt"; field in class:MonotoneRepository
74 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
118 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
148 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
198 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
233 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DBazaarRepository.java47 public static final String CMD_FALLBACK = "bzr"; field in class:BazaarRepository
71 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
99 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
147 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
204 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
244 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
284 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DClearCaseRepository.java52 public static final String CMD_FALLBACK = "cleartool"; field in class:ClearCaseRepository
92 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
126 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
202 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
272 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
288 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
326 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DPerforceRepository.java53 public static final String CMD_FALLBACK = "p4"; field in class:PerforceRepository
75 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
112 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
127 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
200 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DSCCSRepository.java50 public static final String CMD_FALLBACK = "sccs"; field in class:SCCSRepository
63 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
83 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
144 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
233 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DSubversionRepository.java62 public static final String CMD_FALLBACK = "svn"; field in class:SubversionRepository
164 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
195 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
285 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
345 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
368 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DMercurialRepository.java54 public static final String CMD_FALLBACK = "hg"; field in class:MercurialRepository
98 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
139 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
188 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
273 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
322 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
365 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DAccuRevRepository.java75 public static final String CMD_FALLBACK = "accurev"; field in class:AccuRevRepository
85 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DRazorRepository.java238 SCCSRepository.CMD_FALLBACK);
/opengrok-sun/test/org/opensolaris/opengrok/history/
H A DJDBCHistoryCacheTest.java123 MercurialRepository.CMD_FALLBACK, "import", changesetFile

Completed in 59 milliseconds