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

/opengrok/src/org/opensolaris/opengrok/history/
H A DRepository.java55 protected String RepoCommand; field in class:Repository
402 * repository's <var>RepoCommand</var> has already been set (i.e. has a
409 * @see #RepoCommand
412 if (RepoCommand != null) {
413 return RepoCommand;
415 RepoCommand = RuntimeEnvironment.getInstance()
417 if (RepoCommand == null) {
418 RepoCommand = System.getProperty(propertyKey, fallbackCommand);
420 .setRepoCmd(this.getClass().getCanonicalName(), RepoCommand);
422 return RepoCommand;
[all...]

Completed in 30 milliseconds