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

/opengrok-jel/src/org/opensolaris/opengrok/history/
H A DRepositoryInfo.java40 /** indicate, whether the related CLI command is working. {@code null} means
45 protected Boolean working; field in class:RepositoryInfo
68 this.working = Boolean.valueOf(orig.isWorking());
97 return working != null && working.booleanValue();
101 * Set the property working
103 * @param working
105 public void setWorking(Boolean working) { argument
106 this.working = working;
[all...]

Completed in 17 milliseconds