Class SystemSetupCollectorResult


  • public class SystemSetupCollectorResult
    extends java.lang.Object
    This class stores everything which is needed to call the hooked method
    • Constructor Detail

      • SystemSetupCollectorResult

        public SystemSetupCollectorResult​(SystemSetup classAnnotation,
                                          SystemSetup methodAnnotation,
                                          java.lang.Object importObject,
                                          java.lang.String extensionName,
                                          java.lang.String beanId,
                                          java.lang.reflect.Method method,
                                          java.lang.String name,
                                          java.lang.String description,
                                          boolean required,
                                          boolean patch)
    • Method Detail

      • getObject

        public java.lang.Object getObject()
      • getMethod

        public java.lang.reflect.Method getMethod()
      • getExtensionName

        public java.lang.String getExtensionName()
      • getName

        public java.lang.String getName()
      • getDescription

        public java.lang.String getDescription()
      • isRequired

        public boolean isRequired()
      • isPatch

        public boolean isPatch()
      • getHash

        public java.lang.String getHash()