|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 Project
and
then checks to see if it supports 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 FileOwnerQuery
.
AntArtifactQuery
Method Summary | |
AntArtifact |
findArtifact(File file)
Find an Ant build artifact corresponding to a given file. |
Method Detail |
public AntArtifact findArtifact(File file)
file
- a file on disk (need not currently exist) which might be a build artifact from an Ant script
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |