public class TagFileStorage<T>
extends java.lang.Object
| Constructor and Description |
|---|
TagFileStorage(java.nio.file.Path storagePath,
java.lang.Class<T> artifactType) |
| Modifier and Type | Method and Description |
|---|---|
T |
read(java.lang.String tag) |
void |
store(T artifact,
java.lang.String tag) |
public TagFileStorage(java.nio.file.Path storagePath,
java.lang.Class<T> artifactType)