Package com.aelitis.azureus.core.metasearch.impl.plugin

Examples of com.aelitis.azureus.core.metasearch.impl.plugin.PluginEngine


     
      EngineImpl engine = (EngineImpl)getEngine( id );
     
      if ( engine == null ){
       
        engine = new PluginEngine( this, id, provider );
       
        engine.setSource( Engine.ENGINE_SOURCE_LOCAL );
       
        engine.setSelectionState( Engine.SEL_STATE_MANUAL_SELECTED );
       
View Full Code Here

TOP

Related Classes of com.aelitis.azureus.core.metasearch.impl.plugin.PluginEngine

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.