Package org.fcrepo.server.config

Examples of org.fcrepo.server.config.ServerConfiguration.applyProperties()


    try {
      FileInputStream fis = new FileInputStream(fcfgBase);
      ServerConfiguration config = new ServerConfigurationParser(fis)
          .parse();
      config.applyProperties(props);

      // If using akubra-fs, set the class of the module and clear params.
      if (usingAkubra()) {
        ModuleConfiguration mConfig = config
            .getModuleConfiguration("org.fcrepo.server.storage.lowlevel.ILowlevelStorage");
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.