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

/opengrok/src/org/opensolaris/opengrok/history/
H A DRepository.java405 * @param propertyKey property key to lookup the corresponding system
411 protected String ensureCommand(String propertyKey, String fallbackCommand) { argument
418 RepoCommand = System.getProperty(propertyKey, fallbackCommand);

Completed in 9 milliseconds