Class ShenyuConfig.ExtPlugin

  • Enclosing class:
    ShenyuConfig

    public static class ShenyuConfig.ExtPlugin
    extends java.lang.Object
    The type Ext plugin.
    • Constructor Summary

      Constructors 
      Constructor Description
      ExtPlugin()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getEnabled()
      Gets enabled.
      java.lang.String getPath()
      Gets path.
      java.lang.Integer getScheduleDelay()
      Gets schedule delay.
      java.lang.Integer getScheduleTime()
      Gets schedule time.
      java.lang.Integer getThreads()
      Gets threads.
      void setEnabled​(boolean enabled)
      Sets enabled.
      void setPath​(java.lang.String path)
      Sets path.
      void setScheduleDelay​(java.lang.Integer scheduleDelay)
      Sets schedule delay.
      void setScheduleTime​(java.lang.Integer scheduleTime)
      Sets schedule time.
      void setThreads​(java.lang.Integer threads)
      Sets threads.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExtPlugin

        public ExtPlugin()
    • Method Detail

      • getPath

        public java.lang.String getPath()
        Gets path.
        Returns:
        the path
      • setPath

        public void setPath​(java.lang.String path)
        Sets path.
        Parameters:
        path - the path
      • getEnabled

        public boolean getEnabled()
        Gets enabled.
        Returns:
        the enabled
      • setEnabled

        public void setEnabled​(boolean enabled)
        Sets enabled.
        Parameters:
        enabled - the enabled
      • getThreads

        public java.lang.Integer getThreads()
        Gets threads.
        Returns:
        the threads
      • setThreads

        public void setThreads​(java.lang.Integer threads)
        Sets threads.
        Parameters:
        threads - the threads
      • getScheduleTime

        public java.lang.Integer getScheduleTime()
        Gets schedule time.
        Returns:
        the schedule time
      • setScheduleTime

        public void setScheduleTime​(java.lang.Integer scheduleTime)
        Sets schedule time.
        Parameters:
        scheduleTime - the schedule time
      • getScheduleDelay

        public java.lang.Integer getScheduleDelay()
        Gets schedule delay.
        Returns:
        the schedule delay
      • setScheduleDelay

        public void setScheduleDelay​(java.lang.Integer scheduleDelay)
        Sets schedule delay.
        Parameters:
        scheduleDelay - the schedule delay