public class Group extends ArtifactStore
METADATA_CHANGELOG| Constructor and Description |
|---|
Group(String name,
List<StoreKey> constituents) |
Group(String name,
StoreKey... constituents) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
addConstituent(ArtifactStore store) |
boolean |
addConstituent(StoreKey repository) |
List<StoreKey> |
getConstituents() |
protected StoreKey |
initKey(String name) |
boolean |
removeConstituent(ArtifactStore constituent) |
boolean |
removeConstituent(StoreKey repository) |
void |
setConstituentProxies(List<RemoteRepository> constituents) |
void |
setConstituents(List<StoreKey> constituents) |
String |
toString() |
equals, getDescription, getDoctype, getKey, getMetadata, getMetadata, getName, getTransientMetadata, hashCode, setDescription, setMetadata, setMetadata, setName, setTransientMetadatapublic boolean addConstituent(ArtifactStore store)
public boolean addConstituent(StoreKey repository)
public boolean removeConstituent(ArtifactStore constituent)
public boolean removeConstituent(StoreKey repository)
public void setConstituentProxies(List<RemoteRepository> constituents)
public String toString()
toString in class ArtifactStoreprotected StoreKey initKey(String name)
initKey in class ArtifactStoreCopyright © 2015. All Rights Reserved.