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

io.thestencil.quarkus.ide.services.IDEServicesConfig$$accessor Maven / Gradle / Ivy

There is a newer version: 1.148.9
Show newest version
package io.thestencil.quarkus.ide.services;
public final class IDEServicesConfig$$accessor {
    private IDEServicesConfig$$accessor() {}
    @SuppressWarnings("unchecked")
    public static Object get_servicePath(Object __instance) {
        return ((IDEServicesConfig)__instance).servicePath;
    }
    @SuppressWarnings("unchecked")
    public static void set_servicePath(Object __instance, Object servicePath) {
        ((IDEServicesConfig)__instance).servicePath = (String)servicePath;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy