Package org.archive.wayback.resourceindex.filterfactory

Examples of org.archive.wayback.resourceindex.filterfactory.AnnotatingCaptureFilterGroupFactory


    canonicalizer = new AggressiveUrlCanonicalizer();
    fgFactories = new ArrayList<FilterGroupFactory>();
    fgFactories.add(new AccessPointCaptureFilterGroupFactory());   
    fgFactories.add(new CoreCaptureFilterGroupFactory());   
    fgFactories.add(new QueryCaptureFilterGroupFactory());   
    fgFactories.add(new AnnotatingCaptureFilterGroupFactory());
    fgFactories.add(new ExclusionCaptureFilterGroupFactory());
    fgFactories.add(new ClosestTrackingCaptureFilterGroupFactory());
  }
View Full Code Here

TOP

Related Classes of org.archive.wayback.resourceindex.filterfactory.AnnotatingCaptureFilterGroupFactory

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.