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

/opengrok-jel/src/org/opensolaris/opengrok/configuration/
H A DConfiguration.java150 private final Map<String,String> cmds; field in class:Configuration
237 cmds = new HashMap<String, String>();
296 return cmds.get(clazzName);
313 return cmds.remove(clazzName);
315 return cmds.put(clazzName, cmd);
325 return Collections.unmodifiableMap(cmds);
332 * @param cmds the map to copy.
334 public void setCmds(Map<String, String> cmds) { argument
335 this.cmds.clear();
336 this.cmds
[all...]

Completed in 8 milliseconds