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

Uses of Class org.netbeans.spi.project.support.ant.ReferenceHelper.RawReference (Ant-Based Project Support) - NetBeans API Javadoc (Current Development Version)

org.netbeans.modules.project.ant/1 1.16

Uses of Class
org.netbeans.spi.project.support.ant.ReferenceHelper.RawReference

Packages that use ReferenceHelper.RawReference
org.netbeans.spi.project.support.ant Principal package for implementing typical Ant-based projects. 
 

Uses of ReferenceHelper.RawReference in org.netbeans.spi.project.support.ant
 

Methods in org.netbeans.spi.project.support.ant that return ReferenceHelper.RawReference
 ReferenceHelper.RawReference ReferenceHelper.getRawReference(String foreignProjectName, String id)
          Get a particular raw reference from this project to another.
 ReferenceHelper.RawReference[] ReferenceHelper.getRawReferences()
          Get a list of raw references from this project to others.
 

Methods in org.netbeans.spi.project.support.ant with parameters of type ReferenceHelper.RawReference
 boolean ReferenceHelper.addRawReference(ReferenceHelper.RawReference ref)
          Add a raw reference to a foreign project artifact.
 


org.netbeans.modules.project.ant/1 1.16

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