Class FileConfig$RotationConfig$$accessor

java.lang.Object
io.quarkus.runtime.logging.FileConfig$RotationConfig$$accessor

@Generated("Quarkus annotation processor") public final class FileConfig$RotationConfig$$accessor extends Object
  • Method Details

    • get_maxFileSize

      public static Object get_maxFileSize(Object __instance)
    • set_maxFileSize

      public static void set_maxFileSize(Object __instance, Object maxFileSize)
    • get_maxBackupIndex

      public static int get_maxBackupIndex(Object __instance)
    • set_maxBackupIndex

      public static void set_maxBackupIndex(Object __instance, int maxBackupIndex)
    • get_fileSuffix

      public static Object get_fileSuffix(Object __instance)
    • set_fileSuffix

      public static void set_fileSuffix(Object __instance, Object fileSuffix)
    • get_rotateOnBoot

      public static boolean get_rotateOnBoot(Object __instance)
    • set_rotateOnBoot

      public static void set_rotateOnBoot(Object __instance, boolean rotateOnBoot)