zowe/zowe-client-java-sdk

IssueConsole with command and isProcessRespsonse call

Opened this issue · 0 comments

When performing a console call with console command only, response is returned with \r delimiter.

Normally, end user will set the isProcessResponse value within IssueConsoleParams so that \r is replaced with newline \n instead.

Setting IssueConsoleParams value is not possible when you only want to issue a console command only.

Give end user more choices and add the following methods:

public ConsoleResponse issueCommand(String command, boolean isProcessResponse) throws ZosmfRequestException {

public ConsoleResponse issueCommand(String command, String consoleName, boolean isProcessResponse) throws ZosmfRequestException {