Class ShenyuConfig.FileConfig

  • Enclosing class:
    ShenyuConfig

    public static class ShenyuConfig.FileConfig
    extends java.lang.Object
    The type File config.
    • Constructor Summary

      Constructors 
      Constructor Description
      FileConfig()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean getEnabled()
      Gets enabled.
      java.lang.Integer getMaxSize()
      Gets file max size.
      void setEnabled​(boolean enabled)
      Sets enabled.
      void setMaxSize​(java.lang.Integer maxSize)
      Sets file max size.
      • Methods inherited from class java.lang.Object

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

      • FileConfig

        public FileConfig()
    • Method Detail

      • getEnabled

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

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

        public java.lang.Integer getMaxSize()
        Gets file max size.
        Returns:
        the file max size
      • setMaxSize

        public void setMaxSize​(java.lang.Integer maxSize)
        Sets file max size.
        Parameters:
        maxSize - the file max size