}
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);