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

io.thestencil.site.RepoConfig$$accessor Maven / Gradle / Ivy

There is a newer version: 1.148.34
Show newest version
package io.thestencil.site;
public final class RepoConfig$$accessor {
    private RepoConfig$$accessor() {}
    @SuppressWarnings("unchecked")
    public static Object get_repoName(Object __instance) {
        return ((RepoConfig)__instance).repoName;
    }
    @SuppressWarnings("unchecked")
    public static void set_repoName(Object __instance, Object repoName) {
        ((RepoConfig)__instance).repoName = (String)repoName;
    }
    @SuppressWarnings("unchecked")
    public static Object get_headName(Object __instance) {
        return ((RepoConfig)__instance).headName;
    }
    @SuppressWarnings("unchecked")
    public static void set_headName(Object __instance, Object headName) {
        ((RepoConfig)__instance).headName = (String)headName;
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy