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

org.nuiton.config.example.GeneratedNuitonConfigExampleConfigProvider Maven / Gradle / Ivy

There is a newer version: 3.5
Show newest version
package org.nuiton.config.example;

import java.util.Locale;
import javax.annotation.Generated;
import org.nuiton.config.ApplicationConfigProvider;

@Generated(value = "org.nuiton.config.plugin.templates.ApplicationConfigTransformer", date = "Sun Oct 02 16:17:17 CEST 2016")
public abstract class GeneratedNuitonConfigExampleConfigProvider implements ApplicationConfigProvider {

    @Override
    public String getName() {
        return "NuitonConfigExampleConfig";
    }

    @Override
    public NuitonConfigExampleConfigOption[] getOptions() {
        return NuitonConfigExampleConfigOption.values();
    }

    @Override
    public NuitonConfigExampleConfigAction[] getActions() {
        return NuitonConfigExampleConfigAction.values();
    }

    @Override
    public String getDescription(Locale locale) {
        return "Exemple de configuration";
    }

} //GeneratedNuitonConfigExampleConfigProvider




© 2015 - 2024 Weber Informatics LLC | Privacy Policy