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

/solaris-userland-s11u3/components/visual-panels/usermgr/src/java/vpanels/app/usermgr/com/oracle/solaris/vp/panels/usermgr/client/swing/
H A DDblTreeNode.java39 boolean conflict = false; field in class:DblTreeNode
83 return conflict;
87 conflict = flag;
/solaris-userland-s11u3/components/visual-panels/core/src/java/util/com/oracle/solaris/vp/util/cli/
H A DCommandLineProcessor.java88 private void process(Option curOpt, OptionMap conflict, String indent) argument
140 // check for conflict with previously-specified option
141 if (conflict != null) {
143 conflict.getFormatted(formatter),
150 process(group, conflict, indent + " ");
182 OptionMap newConflict = conflict;
188 // ...and no conflict option has thus far been specified...
193 // valid option is found, it will conflict with this option and
197 // System.out.println(indent + "Assigning conflict opt: " +
208 conflict
[all...]

Completed in 237 milliseconds