public class ExternalInterface extends Object
| Constructor and Description |
|---|
ExternalInterface() |
| Modifier and Type | Method and Description |
|---|---|
static Object |
evaluateTestMethod(ServiceObject serviceObject)
set method to call within module.services.method package
supports single command
|
static Object |
ExternalInterfaceRunner(ServiceObject serviceObject)
interface for restful API calls
|
static String |
getExternalMethodPath(String classmethod)
gets File from root directory root directory: where pom file is located if
classname matches the class in method directory, then the class is returned
|
static Object |
runExernalMethod(String classmethod,
List<KeyValue> parameterList)
run method from directory: src/main/java/module/services/method the class and
method name are passed through options column: class.method
|
public static Object ExternalInterfaceRunner(ServiceObject serviceObject)
serviceObject - Exceptionpublic static Object evaluateTestMethod(ServiceObject serviceObject) throws Exception
serviceObject - SecurityExceptionNoSuchMethodExceptionExceptionpublic static Object runExernalMethod(String classmethod, List<KeyValue> parameterList) throws Exception
classmethod - ExceptionCopyright © 2020. All rights reserved.