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

Uses of Class org.netbeans.api.project.ant.AntArtifact (NetBeans Ant Project API) - NetBeans API Javadoc 5.0.0

 

Uses of Class
org.netbeans.api.project.ant.AntArtifact

Packages that use AntArtifact
org.netbeans.api.project.ant Ways of getting information about Ant-based projects useful from other projects. 
org.netbeans.spi.project.ant Pluggable implementations of inter-project Ant dependencies. 
org.netbeans.spi.project.support.ant Principal package for implementing typical Ant-based projects. 
 

Uses of AntArtifact in org.netbeans.api.project.ant
 

Methods in org.netbeans.api.project.ant that return AntArtifact
static AntArtifact AntArtifactQuery.findArtifactFromFile(File file)
          Try to find an Ant artifact object corresponding to a given file on disk.
static AntArtifact AntArtifactQuery.findArtifactByID(Project p, String id)
          Try to find a particular build artifact according to the Ant target producing it.
static AntArtifact[] AntArtifactQuery.findArtifactsByType(Project p, String type)
          Try to find build artifacts of a certain type in a project.
 

Uses of AntArtifact in org.netbeans.spi.project.ant
 

Methods in org.netbeans.spi.project.ant that return AntArtifact
 AntArtifact AntArtifactQueryImplementation.findArtifact(File file)
          Find an Ant build artifact corresponding to a given file.
 AntArtifact[] AntArtifactProvider.getBuildArtifacts()
          Get a list of supported build artifacts.
 

Uses of AntArtifact in org.netbeans.spi.project.support.ant
 

Methods in org.netbeans.spi.project.support.ant that return AntArtifact
 AntArtifact ReferenceHelper.getForeignFileReferenceAsArtifact(String reference)
          Deprecated. use ReferenceHelper.findArtifactAndLocation(java.lang.String) instead
 AntArtifact ReferenceHelper.RawReference.toAntArtifact(ReferenceHelper helper)
          Attempt to convert this reference to a live artifact object.
 AntArtifact AntProjectHelper.createSimpleAntArtifact(String type, String locationProperty, PropertyEvaluator eval, String targetName, String cleanTargetName)
          Create a basic implementation of AntArtifact which assumes everything of interest is in a fixed location under a standard Ant-based project.
 

Methods in org.netbeans.spi.project.support.ant with parameters of type AntArtifact
 boolean ReferenceHelper.addReference(AntArtifact artifact)
          Deprecated. to add reference use ReferenceHelper.addReference(AntArtifact, URI); to check whether reference exist or not use ReferenceHelper.isReferenced(AntArtifact, URI). This method creates reference for the first artifact location only.
 String ReferenceHelper.addReference(AntArtifact artifact, URI location)
          Add a reference to an artifact's location coming from a foreign project.
 boolean ReferenceHelper.isReferenced(AntArtifact artifact, URI location)
          Tests whether reference for artifact's location was already created by ReferenceHelper.addReference(AntArtifact, URI) for this project or not.
 String ReferenceHelper.createForeignFileReference(AntArtifact artifact)
          Deprecated. use ReferenceHelper.addReference(AntArtifact, URI) instead
 


 

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