public interface AntArtifactQueryImplementation
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
Modifier and Type | Method and Description |
---|---|
AntArtifact |
findArtifact(File file)
Find an Ant build artifact corresponding to a given file.
|
AntArtifact findArtifact(File file)
file
- a file on disk (need not currently exist) which might be a build artifact from an Ant scriptBuilt on June 4 2024. | Copyright © 2017-2024 Apache Software Foundation. All Rights Reserved.