Package com.exlibris.primo.api.common

Examples of com.exlibris.primo.api.common.IPrimoLogger


  /**
   * @throws Exception
   */
  public void init() throws Exception {
    String charSet = "UTF-8";
    IPrimoLogger logger = new TestPrimoLogger();
    Map<String,Object> params = new HashMap<String,Object>();
    params.put(XsltFileSplitter.XSL_PATH_PARAM, "test/edu/byu/lib/splitter/test.xsl");
    splitter.init(charSet, logger, params);
  }
View Full Code Here

TOP

Related Classes of com.exlibris.primo.api.common.IPrimoLogger

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.