Package org.jamesii.core.plugins

Examples of org.jamesii.core.plugins.PlugInInfo


  /**
   * Instantiates a new cache plug in finder.
   */
  public CachePlugInFinder() {
    super();
    info = new PlugInInfo();
    read();
  }
View Full Code Here


   *
   * @param finder
   *          the finder
   */
  public void copyFrom(IPlugInFinder finder) {
    info = new PlugInInfo();
    info.setFoundPlugins(finder.getFoundPlugins());
    info.setFoundPluginTypes(finder.getFoundPluginTypes());
    info.setPaths(finder.getPaths());
  }
View Full Code Here

TOP

Related Classes of org.jamesii.core.plugins.PlugInInfo

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.