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

/opengrok/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java135 private final Map<String, String> cmds; field in class:Configuration
284 cmds = new HashMap<>();
301 return cmds.get(clazzName);
309 return cmds.remove(clazzName);
311 return cmds.put(clazzName, cmd);
316 return Collections.unmodifiableMap(cmds);
345 public void setCmds(Map<String, String> cmds) { argument
346 this.cmds.clear();
347 this.cmds.putAll(cmds);
[all...]

Completed in 10 milliseconds