docs(storage): add Javadoc to ArtifactStore.exists

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-04-27 14:44:41 +02:00
parent cddf056925
commit 9c115f892e

View File

@@ -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.).