Package org.apache.jackrabbit.test.config.util

Examples of org.apache.jackrabbit.test.config.util.Variables


 
  /**
   * Don't forget to call init() on the returned {@link RepositoryConfig}.
   */
  public RepositoryConfig createConfig(String home) throws ConfException {
    Variables variables = new Variables();
    variables.setProperty(RepositoryConfigurationParser.REPOSITORY_HOME_VARIABLE, home);
   
    return createConfig(variables);
  }
View Full Code Here

TOP

Related Classes of org.apache.jackrabbit.test.config.util.Variables

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.