docs(storage): add Javadoc to ArtifactStore.exists
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -22,6 +22,7 @@ public interface ArtifactStore {
|
||||
/** Open the artifact for reading. Caller closes. */
|
||||
InputStream get(ArtifactCoordinates coords) throws IOException;
|
||||
|
||||
/** True if an artifact is currently stored under {@code coords}. */
|
||||
boolean exists(ArtifactCoordinates coords);
|
||||
|
||||
/** Remove the artifact and any backend-specific scaffolding (empty parent dirs, etc.).
|
||||
|
||||
Reference in New Issue
Block a user