Package cn.edu.hfut.dmic.webcollector.generator

Examples of cn.edu.hfut.dmic.webcollector.generator.Injector


    /**
     * 注入
     * @throws Exception
     */
    public void inject() throws Exception {
        Injector injector = createInjector();
        injector.inject(seeds, true);
    }
View Full Code Here

TOP

Related Classes of cn.edu.hfut.dmic.webcollector.generator.Injector

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.