Package avrora.util

Examples of avrora.util.Options


     *
     * @param h  the (unformatted) help string
     */
    protected Action(String h) {
        super("action", h);
        options = new Options();

        addSection("ACTION OVERVIEW", help);
        addOptionSection("Help for the specific options accepted by this action is below.", options);
    }
View Full Code Here


     *
     * @param h  the help item for the monitor as a string
     */
    protected MonitorFactory(String h) {
        super("monitor", h);
        options = new Options();

        addSection("MONITOR OVERVIEW", help);
        addOptionSection("Help for the options accepted by this monitor is below.", options);
    }
View Full Code Here

TOP

Related Classes of avrora.util.Options

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.