Package uk.ac.osswatch.simal.service.jena

Examples of uk.ac.osswatch.simal.service.jena.JenaDocumentService


   *
   */
  public static IDocumentService getHomepageService() throws SimalRepositoryException {
     switch (repoType) {
        case JENA:
          return new JenaDocumentService(getInstance());
        case JCR: 
          // commented out as this code moved to a branch - do we need to remove it yet?
          // return new JcrHomepageService(getInstance());
        default:
          throw new SimalRepositoryException("Attempt to create an unknown repository type");
View Full Code Here

TOP

Related Classes of uk.ac.osswatch.simal.service.jena.JenaDocumentService

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.