Represents knowledge about the origin of an Ant build product.
Normal code does not need to implement this query. A standard implementation
first finds an associated
org.netbeans.api.project.Project and
then checks to see if it supports
org.netbeans.spi.project.ant.AntArtifactProvider .
You would only need to implement this directly in case your project type
generated build artifacts outside of the project directory or otherwise not marked
as "owned" by you according to
org.netbeans.api.project.FileOwnerQuery .
See Also: org.netbeans.api.project.ant.AntArtifactQuery author: Jesse Glick |