public abstract class ArtifactStore extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static String |
METADATA_CHANGELOG |
| Modifier | Constructor and Description |
|---|---|
protected |
ArtifactStore() |
protected |
ArtifactStore(String name) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getDescription() |
StoreType |
getDoctype()
Deprecated.
|
StoreKey |
getKey() |
Map<String,String> |
getMetadata() |
String |
getMetadata(String key) |
String |
getName() |
String |
getTransientMetadata(String key) |
int |
hashCode() |
protected abstract StoreKey |
initKey(String name) |
void |
setDescription(String description) |
void |
setMetadata(Map<String,String> metadata) |
String |
setMetadata(String key,
String value) |
protected void |
setName(String name) |
String |
setTransientMetadata(String key,
String value) |
String |
toString() |
public static final String METADATA_CHANGELOG
protected ArtifactStore()
protected ArtifactStore(String name)
Copyright © 2015. All Rights Reserved.