}
private Response iiViewSandbox(String directory, boolean noSubInfo)
throws APIException {
if ((directory == null) || (directory.length() == 0)) {
throw new InvalidCommandSelectionException("SICommands.iiViewSandbox: parameter 'directory' cannot be null or empty.");
}
Command cmd = new Command("ii", "viewsandbox");
cmd.addOption(new Option("dir", directory));
if (noSubInfo) {