Class ExternalInterface


  • public class ExternalInterface
    extends Object
    • Constructor Detail

      • ExternalInterface

        public ExternalInterface()
    • Method Detail

      • ExternalInterfaceRunner

        public static Object ExternalInterfaceRunner​(ServiceObject serviceObject)
        interface for restful API calls
        Parameters:
        serviceObject -
        Returns:
        Throws:
        Exception
      • runExernalMethod

        public static Object runExernalMethod​(String classmethod,
                                              List<KeyValue> parameterList)
                                       throws Exception
        run method from directory: src/main/java/module/services/method the class and method name are passed through options column: class.method
        Parameters:
        classmethod -
        Returns:
        Throws:
        Exception
      • getExternalMethodPath

        public 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
        Parameters:
        dirs -
        Returns: