Package plugin.loader

Examples of plugin.loader.PluginClassLoader


public class Starter {

  private static Jif instance;

  public static void main(String[] args) {
    PluginClassLoader loader = null;
    loader = new PluginClassLoader(new File[] { (new File("filters/")) });
    loader.loadPlugins(new File[] { (new File("filters/color/")),
        new File("plugin/examples/math") });
    instance = Jif.getInstance();
  }
View Full Code Here

TOP

Related Classes of plugin.loader.PluginClassLoader

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.