Package org.apache.fulcrum.yaafi.framework.util

Examples of org.apache.fulcrum.yaafi.framework.util.InputStreamLocator


     */
    public ReconfigurationEntry( Logger logger, File applicationDir, String location, String[] serviceList )
    {
        this.isFirstInvocation = true;
        this.location = location;
        this.locator  = new InputStreamLocator( applicationDir );
        this.logger = logger;
        this.serviceList = serviceList;
    }
View Full Code Here

TOP

Related Classes of org.apache.fulcrum.yaafi.framework.util.InputStreamLocator

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.