Package barrysoft.configuration

Examples of barrysoft.configuration.Configuration


  public Plugin() {
   
    statusShowers = new ArrayList<PluginStatusShower>();
    options = new Options();
    localization = new Localization();
    configuration = new Configuration(XML_ROOT);
   
    getConfiguration().addConfiguration(PluginInfo.XML_ROOT, getInfo());
    getConfiguration().addConfiguration(Options.XML_ROOT, getOptions());
    getConfiguration().addConfiguration(Localization.XML_ROOT, getLocalization());
   
View Full Code Here

TOP

Related Classes of barrysoft.configuration.Configuration

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.