Examples of extractAppEnvironment()


Examples of org.torquebox.core.app.RubyAppMetaData.extractAppEnvironment()

        if (rubyAppMetaData != null) {
            if (rubyAppMetaData.getEnvironmentName() != null) {
                AbstractSplitYamlParsingProcessor.logDeprecation( unit, "Setting the application environment via the 'application:' section is deprecated. Set RAILS_ROOT or RACK_ROOT via the 'environment:' section instead." );
            }
            rubyAppMetaData.extractAppEnvironment();
            rubyAppMetaData.applyDefaults();
        }
    }

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