Package com.google.enterprise.connector.persist

Examples of com.google.enterprise.connector.persist.FileStore


    ConnectorTestUtils.deleteAllFiles(connectorDir);
    // Then recreate it empty
    assertTrue(ConnectorTestUtils.mkdirs(connectorDir));

    // Force use of FileStore PersistentStore.
    FileStore fileStore = new FileStore();
    fileStore.setTypeMap(typeMap);
    InstanceInfo.setPersistentStore(fileStore);

    // Jam a properties file with encrypted passwords into the connector dir,
    // making it look like it was persisted.
    Properties props = new Properties();
View Full Code Here

TOP

Related Classes of com.google.enterprise.connector.persist.FileStore

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.