Package org.apache.jackrabbit.test.config

Examples of org.apache.jackrabbit.test.config.WorkspaceConf


        int maxIdleTime = Integer.parseInt(
                getAttribute(workspaces, Xml.MAX_IDLE_TIME_ATTRIBUTE, "0"));

        // Workspace Configuration template
        WorkspaceConf wcTemplate = parseWorkspaceConf(getElement(root, Xml.WORKSPACE_ELEMENT));

        // Versioning Configuration
        VersioningConf vc = parseVersioningConf(root);

        // Optional search Configuration
View Full Code Here


    PersistenceManagerConf pmc = parsePersistenceManagerConf(element);
   
    // Search implementation (optional)
    SearchConf sc = parseSearchConf(element);
   
    return new WorkspaceConf(name, clustered, fsc, pmc, sc);
  }
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.test.config.WorkspaceConf

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.