Package org.jboss.gravia.runtime.spi

Examples of org.jboss.gravia.runtime.spi.PropertiesHeadersProvider


    }

    private Module installAgentModule() throws Exception {
        ClassLoader classLoader = getClass().getClassLoader();
        InputStream input = classLoader.getResourceAsStream("META-INF/agent-module.headers");
        Dictionary<String, String> headers = new PropertiesHeadersProvider(input).getHeaders();
        return runtime.installModule(classLoader, headers);
    }
View Full Code Here

TOP

Related Classes of org.jboss.gravia.runtime.spi.PropertiesHeadersProvider

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.