Package org.apache.tools.ant.gui.core

Examples of org.apache.tools.ant.gui.core.EventDebugMonitor


                ps.insertInto(menu);
               
                // Add debugging items.
                if(settings.isDebugMode()) {
                    context.getEventBus().addMember(
                    EventBus.VETOING, new EventDebugMonitor());
                }
               
                // Load a build file if one is provided.
                if(settings.getBuildFile() != null) {
                    LoadFileCmd load = new LoadFileCmd(context);
View Full Code Here

TOP

Related Classes of org.apache.tools.ant.gui.core.EventDebugMonitor

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.