Package com.asakusafw.yaess.core

Examples of com.asakusafw.yaess.core.VariableResolver


    ServiceProfile<FlowLoggerProvider> profile(Map<String, String> conf, Map<String, String> vars) {
        ServiceProfile<FlowLoggerProvider> profile = new ServiceProfile<FlowLoggerProvider>(
                "testing",
                FlowLoggerProvider.class,
                conf,
                new ProfileContext(getClass().getClassLoader(), new VariableResolver(vars)));
        return profile;
    }
View Full Code Here

TOP

Related Classes of com.asakusafw.yaess.core.VariableResolver

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.