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

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/dsconfig/
H A DDeleteSubCommandHandler.java295 MenuResult<String> sresult =
298 if (sresult.isQuit()) {
305 } else if (sresult.isCancel()) {
309 childName = sresult.getValue();
H A DSubCommandHandler.java151 MenuResult<String> sresult = readChildName(app,
154 if (sresult.isCancel()) {
157 } else if (sresult.isQuit()) {
161 childName = sresult.getValue();
273 MenuResult<String> sresult = readChildName(app,
276 if (sresult.isCancel()) {
279 } else if (sresult.isQuit()) {
283 childName = sresult.getValue();
/forgerock/opendj2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj-b2.6/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2/src/server/org/opends/server/tools/dsconfig/
H A DDeleteSubCommandHandler.java294 MenuResult<String> sresult =
297 if (sresult.isQuit()) {
304 } else if (sresult.isCancel()) {
308 childName = sresult.getValue();
H A DSubCommandHandler.java150 MenuResult<String> sresult = readChildName(app,
153 if (sresult.isCancel()) {
156 } else if (sresult.isQuit()) {
160 childName = sresult.getValue();
272 MenuResult<String> sresult = readChildName(app,
275 if (sresult.isCancel()) {
278 } else if (sresult.isQuit()) {
282 childName = sresult.getValue();
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/dsconfig/
H A DDeleteSubCommandHandler.java295 MenuResult<String> sresult =
298 if (sresult.isQuit()) {
305 } else if (sresult.isCancel()) {
309 childName = sresult.getValue();
H A DSubCommandHandler.java151 MenuResult<String> sresult = readChildName(app,
154 if (sresult.isCancel()) {
157 } else if (sresult.isQuit()) {
161 childName = sresult.getValue();
273 MenuResult<String> sresult = readChildName(app,
276 if (sresult.isCancel()) {
279 } else if (sresult.isQuit()) {
283 childName = sresult.getValue();
/forgerock/opendj2.6.2/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2-jel-hg/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2-hg/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/dsconfig/
H A DDeleteSubCommandHandler.java295 MenuResult<String> sresult =
298 if (sresult.isQuit()) {
305 } else if (sresult.isCancel()) {
309 childName = sresult.getValue();
H A DSubCommandHandler.java151 MenuResult<String> sresult = readChildName(app,
154 if (sresult.isCancel()) {
157 } else if (sresult.isQuit()) {
161 childName = sresult.getValue();
273 MenuResult<String> sresult = readChildName(app,
276 if (sresult.isCancel()) {
279 } else if (sresult.isQuit()) {
283 childName = sresult.getValue();
/forgerock/opendj2-hg/src/server/org/opends/server/tools/dsconfig/
H A DDeleteSubCommandHandler.java294 MenuResult<String> sresult =
297 if (sresult.isQuit()) {
304 } else if (sresult.isCancel()) {
308 childName = sresult.getValue();
H A DSubCommandHandler.java150 MenuResult<String> sresult = readChildName(app,
153 if (sresult.isCancel()) {
156 } else if (sresult.isQuit()) {
160 childName = sresult.getValue();
272 MenuResult<String> sresult = readChildName(app,
275 if (sresult.isCancel()) {
278 } else if (sresult.isQuit()) {
282 childName = sresult.getValue();
/forgerock/opendj-v3/opendj-config/src/main/java/org/forgerock/opendj/config/dsconfig/
H A DDeleteSubCommandHandler.java255 MenuResult<String> sresult = readChildName(app, parent, relation, null);
257 if (sresult.isQuit()) {
264 } else if (sresult.isCancel()) {
268 childName = sresult.getValue();
H A DSubCommandHandler.java141 MenuResult<String> sresult = readChildName(app, result.getValue(), r, d);
143 if (sresult.isCancel()) {
146 } else if (sresult.isQuit()) {
150 childName = sresult.getValue();
250 MenuResult<String> sresult = readChildName(app, result.getValue(), r, d);
252 if (sresult.isCancel()) {
255 } else if (sresult.isQuit()) {
259 childName = sresult.getValue();
/forgerock/opendj-v3/opendj-server-legacy/ext/xalan-j/
H A Dxalan.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/xalan/ org/apache/xalan/client/ ...

Completed in 600 milliseconds