Package org.archive.format.cdx

Examples of org.archive.format.cdx.StandardCDXLineFactory


  public void afterPropertiesSet() throws Exception {
    if (cdxSource == null) {
      cdxSource = zipnumSource;
    }
   
    cdxLineFactory = new StandardCDXLineFactory(cdxFormat);
    //defaultCdxFormat = cdxLineFactory.getParseFormat();
   
    //if (authChecker != null && authChecker.getPublicCdxFields() != null) {
      //publicCdxFields = new FieldSplitFormat(authChecker.getPublicCdxFields());
    //}
View Full Code Here

TOP

Related Classes of org.archive.format.cdx.StandardCDXLineFactory

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.