Package com.google.enterprise.connector.db.diffing

Examples of com.google.enterprise.connector.db.diffing.RepositoryHandlerIterator


    // Need at least two elements so we can have one more ready to return.
    snapshotList = ImmutableList.of(expectedSnapshot, expectedSnapshot);
    emptySnapshotList = ImmutableList.of();
    repositoryHandler = createMock(RepositoryHandler.class);
    repositoryHandlerIterator =
        new RepositoryHandlerIterator(repositoryHandler);
  }
View Full Code Here

TOP

Related Classes of com.google.enterprise.connector.db.diffing.RepositoryHandlerIterator

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.