Class Handler

    • Constructor Detail

      • Handler

        public Handler​(String className,
                       String methodName,
                       List<String> methodParameterTypes)
        Instantiates a new handler.
        Parameters:
        className - the class name
        methodName - the method name
        methodParameterTypes - the method parameter types
    • Method Detail

      • getClassName

        public String getClassName()
        The class name of the handler.
        Returns:
        className class name
      • setClassName

        public void setClassName​(String className)
        Sets class name.
        Parameters:
        className - the class name
      • getMethodName

        public String getMethodName()
        The method name of the handler.
        Returns:
        methodName method name
      • setMethodName

        public void setMethodName​(String methodName)
        Sets method name.
        Parameters:
        methodName - the method name
      • getMethodParameterTypes

        public List<String> getMethodParameterTypes()
        The method parameters.
        Returns:
        methodParameterTypes method parameter types
      • setMethodParameterTypes

        public void setMethodParameterTypes​(List<String> methodParameterTypes)
        Sets method parameter types.
        Parameters:
        methodParameterTypes - the method parameter types