Package com.ibm.di.eclipse.http.commands
Class ScriptCommand
- java.lang.Object
-
- com.ibm.di.eclipse.http.commands.RestCommand
-
- com.ibm.di.eclipse.http.commands.ScriptCommand
-
public class ScriptCommand extends RestCommand
-
-
Field Summary
-
Fields inherited from class com.ibm.di.eclipse.http.commands.RestCommand
HTTP_BODY, HTTP_CONTENT_TYPE, HTTP_QS, RES_ASSEMBLY_LINE, RES_ASSEMBLY_LINE_LOG, RES_CONFIG_AL, RES_CONFIG_INSTANCE, RES_CONFIG_RUNAL, RES_CONFIGURATION, RES_CONNECTOR_CLOSE, RES_CONNECTOR_GETNEXT, RES_CONNECTOR_LOAD, RES_CONNECTOR_QUERYSCHEMA, sRes
-
-
Constructor Summary
Constructors Constructor Description ScriptCommand()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
execute()
static boolean
hasHandler(java.lang.String path)
-
Methods inherited from class com.ibm.di.eclipse.http.commands.RestCommand
addPendingCommand, appendBody, appendResult, dispose, getApi, getCommand, getConnector, getPath, getPath, getPendingCommand, getRequest, getRequestBody, getRequestParam, getResponse, getSession, isParamTrue, isReusable, readFile, setApi, setBody, setBody, setPath, setResponse
-
-
-
-
Method Detail
-
hasHandler
public static boolean hasHandler(java.lang.String path)
-
execute
public void execute() throws java.lang.Exception
- Specified by:
execute
in classRestCommand
- Throws:
java.lang.Exception
-
-