Package org.jboss.gravia.provision

Examples of org.jboss.gravia.provision.DefaultEnvironment


    }

    @Override
    public void start(StartContext startContext) throws StartException {

        environment = new DefaultEnvironment("WildFly Environment");

        // Install gravia features to the repository
        ModuleClassLoader classLoader = Module.getCallerModule().getClassLoader();
        Iterator<Resource> itres = classLoader.iterateResources("META-INF/environment-content", false);
        while(itres.hasNext()) {
View Full Code Here

TOP

Related Classes of org.jboss.gravia.provision.DefaultEnvironment

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.