Package org.torquebox.base.metadata

Examples of org.torquebox.base.metadata.RubyApplicationMetaData


        this._domainManager = domainManager;
    }

    @Override
    public void deploy(DeploymentUnit unit) throws DeploymentException {
        RubyApplicationMetaData rubyAppMetaData = unit.getAttachment(RubyApplicationMetaData.class);

        if (rubyAppMetaData == null) {
            return;
        }
View Full Code Here

TOP

Related Classes of org.torquebox.base.metadata.RubyApplicationMetaData

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.