Package org.apache.forrest.yer.libre

Examples of org.apache.forrest.yer.libre.LibreConfigHelper


  public Entry getRootEntry(final String pathIdentifier)
  {
    final File localDir= resolveToLocalDir(pathIdentifier);

    //FIXME: should be able to replace
    LibreConfigHelper lch = new LibreConfigHelper();
    try {
      lch.compose(this.manager);
    } catch(ComponentException e) {
      e.printStackTrace();
    }
    //with something down the lines of:
    // LibreConfigHelper lch = this.manager.lookup(LibreConfigHelper.ROLE);
View Full Code Here

TOP

Related Classes of org.apache.forrest.yer.libre.LibreConfigHelper

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.