Package org.apache.forrest.yer.libre

Examples of org.apache.forrest.yer.libre.LibreConfigHelper.compose()


    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
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.