Package net.alteiar.campaign.player.tools

Examples of net.alteiar.campaign.player.tools.PropertieBase.load()


  }

  public PluginInfo(File dir) throws IOException {
    PropertieBase propertie = new PropertieBase(dir.getCanonicalPath()
        + "/plugin.prop");
    propertie.load();

    // LOAD GENERAL INFO ABOUT PLUGIN
    name = propertie.getValue(PROP_PLUGIN_NAME);
    corePlugin = propertie.getValue(PROP_CLASS_CORE_PLUGIN_NAME);
    documentPlugin = propertie.getValue(PROP_CLASS_DOCUMENT_PLUGIN_NAME);
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.