org.apache.tools.ant.module/3 3.47.1 2

Uses of Class
org.apache.tools.ant.module.spi.AntSession

Packages that use AntSession
org.apache.tools.ant.module.spi Ways of influencing how Ant is run inside NetBeans. 
 

Uses of AntSession in org.apache.tools.ant.module.spi
 

Methods in org.apache.tools.ant.module.spi that return AntSession
 AntSession AntEvent.getSession()
          Get the associated session.
 

Methods in org.apache.tools.ant.module.spi with parameters of type AntSession
 boolean AntLogger.interestedInAllScripts(AntSession session)
          Mark whether this logger is interested in any Ant script.
 int[] AntLogger.interestedInLogLevels(AntSession session)
          Mark which kinds of message log events this logger is interested in.
 boolean AntLogger.interestedInScript(File script, AntSession session)
          Mark whether this logger is interested in a given Ant script.
 boolean AntLogger.interestedInSession(AntSession session)
          Mark whether this logger is interested in a given Ant session.
 String[] AntLogger.interestedInTargets(AntSession session)
          Mark which kinds of targets this logger is interested in.
 String[] AntLogger.interestedInTasks(AntSession session)
          Mark which kinds of tasks this logger is interested in.
 


org.apache.tools.ant.module/3 3.47.1 2

Built on December 5 2011.  |  Portions Copyright 1997-2011 Sun Microsystems, Inc. All rights reserved.