Package com.google.enterprise.connector.util.diffing

Examples of com.google.enterprise.connector.util.diffing.DocumentSnapshotRepositoryMonitor$Callback


  private void startTestTraversal(TraversalSchedule traversalSchedule,
      DocumentSnapshotRepositoryMonitor.Callback callback)
      throws InterruptedException, NullPointerException {

    DocumentSnapshotRepositoryMonitor monitor =
        new DocumentSnapshotRepositoryMonitor("nashi", null,
            null, callback, null, null, null);

    monitor.setTraversalSchedule(traversalSchedule);
    monitor.testTraversalSchedule();
  }
View Full Code Here

TOP

Related Classes of com.google.enterprise.connector.util.diffing.DocumentSnapshotRepositoryMonitor$Callback

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.