All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.quarkiverse.loggingmanager.deployment.LoggingManagerUIConfig$$accessor Maven / Gradle / Ivy

package io.quarkiverse.loggingmanager.deployment;
public final class LoggingManagerUIConfig$$accessor {
    private LoggingManagerUIConfig$$accessor() {}
    @SuppressWarnings("unchecked")
    public static Object get_rootPath(Object __instance) {
        return ((LoggingManagerUIConfig)__instance).rootPath;
    }
    @SuppressWarnings("unchecked")
    public static void set_rootPath(Object __instance, Object rootPath) {
        ((LoggingManagerUIConfig)__instance).rootPath = (String)rootPath;
    }
    @SuppressWarnings("unchecked")
    public static boolean get_alwaysInclude(Object __instance) {
        return ((LoggingManagerUIConfig)__instance).alwaysInclude;
    }
    @SuppressWarnings("unchecked")
    public static void set_alwaysInclude(Object __instance, boolean alwaysInclude) {
        ((LoggingManagerUIConfig)__instance).alwaysInclude = alwaysInclude;
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy