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

/opengrok/src/org/opensolaris/opengrok/history/
H A DRepoRepository.java52 public static final String CMD_FALLBACK = "repo"; field in class:RepoRepository
61 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
69 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DPerforceRepository.java59 public static final String CMD_FALLBACK = "p4"; field in class:PerforceRepository
81 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
116 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
131 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
204 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DAccuRevRepository.java77 public static final String CMD_FALLBACK = "accurev"; field in class:AccuRevRepository
87 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DClearCaseRepository.java60 public static final String CMD_FALLBACK = "cleartool"; field in class:ClearCaseRepository
102 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
135 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
213 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
280 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
296 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
333 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DSCCSRepository.java58 public static final String CMD_FALLBACK = "sccs"; field in class:SCCSRepository
71 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
93 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
156 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
245 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DMonotoneRepository.java60 public static final String CMD_FALLBACK = "mnt"; field in class:MonotoneRepository
79 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
132 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
165 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
209 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
244 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
287 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DSSCMRepository.java62 public static final String CMD_FALLBACK = "sscm"; field in class:SSCMRepository
89 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
130 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
190 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
299 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
361 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DBazaarRepository.java61 public static final String CMD_FALLBACK = "bzr"; field in class:BazaarRepository
86 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
113 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
164 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
220 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
260 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
300 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
356 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DCVSRepository.java58 public static final String CMD_FALLBACK = "cvs"; field in class:CVSRepository
78 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
142 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
166 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
220 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
276 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DSubversionRepository.java80 public static final String CMD_FALLBACK = "svn"; field in class:SubversionRepository
193 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
271 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
370 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
427 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
450 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
477 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
H A DGitRepository.java69 public static final String CMD_FALLBACK = "git"; field in class:GitRepository
108 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
160 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
257 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
314 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
330 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
353 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
419 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
462 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
502 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
[all...]
H A DMercurialRepository.java63 public static final String CMD_FALLBACK = "hg"; field in class:MercurialRepository
126 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
158 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
221 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
293 argv.add(ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK));
416 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
508 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
557 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
603 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
672 ensureCommand(CMD_PROPERTY_KEY, CMD_FALLBACK);
[all...]

Completed in 21 milliseconds