Package org.opoo.press.plugin

Examples of org.opoo.press.plugin.DefaultPlugin


    this.registry = new RegistryImpl(this);
    //register default converter
    this.registry.registerConverter(new IdentityConverter());
   
    //plugins
    new DefaultPlugin().initialize(registry);
   
    @SuppressWarnings("unchecked")
    List<String> pluginClassNames = (List<String>) config.get("plugins");
    if(pluginClassNames != null && !pluginClassNames.isEmpty()){
      for(String className: pluginClassNames){
View Full Code Here

TOP

Related Classes of org.opoo.press.plugin.DefaultPlugin

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.