Package com.google.enterprise.connector.util.database.testing

Examples of com.google.enterprise.connector.util.database.testing.TestLocalDatabase


          return null;
        }
        @Override
        public LocalDatabase getLocalDatabase() {
          // TODO: update resource directory when resources are implemented
          return new TestLocalDatabase("Lotus_Notes", null);
        }
      });

    return connector;
  }
View Full Code Here


          return null;
        }
        @Override
        public LocalDatabase getLocalDatabase() {
          // TODO: update resource directory when resources are implemented
          return new TestLocalDatabase("Lotus_Notes", null);
        }
      });
    return connector;
  }
View Full Code Here

TOP

Related Classes of com.google.enterprise.connector.util.database.testing.TestLocalDatabase

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.