站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > NetBeans API Javadoc (Current Development Version)

Uses of Class org.apache.tools.ant.module.spi.AntSession (Ant) - NetBeans API Javadoc (Current Development Version)

org.apache.tools.ant.module/3 3.27.0 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.27.0 2

Built on May 28 2007.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.