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

Uses of Interface org.apache.tools.ant.module.api.AntProjectCookie (Ant) - NetBeans API Javadoc (Current Development Version)

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

Uses of Interface
org.apache.tools.ant.module.api.AntProjectCookie

Packages that use AntProjectCookie
org.apache.tools.ant.module.api Examination and execution of Ant build scripts. 
org.apache.tools.ant.module.api.support Utilities for examining and running Ant scripts. 
 

Uses of AntProjectCookie in org.apache.tools.ant.module.api
 

Subinterfaces of AntProjectCookie in org.apache.tools.ant.module.api
static interface AntProjectCookie.ParseStatus
          Extended cookie permitting queries of parse status.
 

Methods in org.apache.tools.ant.module.api with parameters of type AntProjectCookie
 ExecutorTask AntTargetExecutor.execute(AntProjectCookie antProject, String[] targets)
          Execute given target(s).
 

Uses of AntProjectCookie in org.apache.tools.ant.module.api.support
 

Methods in org.apache.tools.ant.module.api.support that return AntProjectCookie
 AntProjectCookie TargetLister.Target.getScript()
          Gets the actual Ant script this target was found in.
 

Methods in org.apache.tools.ant.module.api.support with parameters of type AntProjectCookie
static Set<TargetLister.Target> TargetLister.getTargets(AntProjectCookie script)
          Gets all targets in an Ant script.
 


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.