Package com.sun.enterprise.tools.upgrade.common

Examples of com.sun.enterprise.tools.upgrade.common.CommonInfoModel


   
    /** Creates a new instance of ARG_version */
    public ARG_version(ParsedArgument pa) {
        super(pa);
        _logger.info(sm.getString("enterprise.tools.upgrade.cli.arg_version.versionMessage",
                        new CommonInfoModel().getTargetVersion()));
        System.exit(0);
    }
View Full Code Here

TOP

Related Classes of com.sun.enterprise.tools.upgrade.common.CommonInfoModel

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.