Package com.subgraph.vega.impl.scanner.state

Examples of com.subgraph.vega.impl.scanner.state.PathStateManager


  public UriParser(IScannerConfig config, List<IBasicModuleScript> injectionModules, IWorkspace workspace, IWebCrawler crawler, UriFilter filter, IContentAnalyzer contentAnalyzer, IScanInstance scanInstance, boolean isProxyScan) {
    this.workspace = workspace;
    this.directoryProcessor = new DirectoryProcessor();
    this.fileProcessor = new FileProcessor();
    this.unknownProcessor = new UnknownProcessor();
    this.pathStateManager = new PathStateManager(config, injectionModules, workspace, crawler, new ResponseAnalyzer(config, contentAnalyzer, this, filter, isProxyScan), scanInstance, isProxyScan);
  }
View Full Code Here

TOP

Related Classes of com.subgraph.vega.impl.scanner.state.PathStateManager

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.