Package ag.ion.noa4e.internal.search.core

Examples of ag.ion.noa4e.internal.search.core.OfficeSearchVisitor.process()


    EffortCalculator effortCalculator = new EffortCalculator(searchScope, status);
    int numberOfFilesToScan = effortCalculator.calculateEffort();
   
    OfficeSearchVisitor officeSearchVisitor = new OfficeSearchVisitor(officeApplication, searchScope,
        searchDescriptor, officeSearchResult, status, numberOfFilesToScan);
    officeSearchVisitor.process(progressMonitor);
   
    return status;
  }
  //----------------------------------------------------------------------------
  /**
 
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.