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

/forgerock/openam-v13/openam-tools/openam-diagnostics/openam-diagnostics-base/src/main/java/com/sun/identity/diagnostic/base/core/ui/cli/
H A DCLIHandler.java129 String inpCmd = "";
130 while (!inpCmd.equalsIgnoreCase("exit")) {
138 inpCmd = br.readLine();
139 if (inpCmd != null && inpCmd.length() > 0 &&
140 !inpCmd.equalsIgnoreCase("exit")) {
141 boolean valid = parseCmdLine(inpCmd);
198 private static boolean parseCmdLine(String inpCmd) throws Exception { argument
202 StringTokenizer st = new StringTokenizer(inpCmd);

Completed in 27 milliseconds