| Package | Description |
|---|---|
| org.commonjava.aprox.model.core |
| Modifier and Type | Method and Description |
|---|---|
static StoreKey |
StoreKey.fromString(String id) |
StoreKey |
ArtifactStore.getKey() |
protected StoreKey |
HostedRepository.initKey(String name) |
protected StoreKey |
RemoteRepository.initKey(String name) |
protected abstract StoreKey |
ArtifactStore.initKey(String name) |
protected StoreKey |
Group.initKey(String name) |
| Modifier and Type | Method and Description |
|---|---|
List<StoreKey> |
Group.getConstituents() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
Group.addConstituent(StoreKey repository) |
int |
StoreKey.compareTo(StoreKey o) |
boolean |
Group.removeConstituent(StoreKey repository) |
| Modifier and Type | Method and Description |
|---|---|
void |
Group.setConstituents(List<StoreKey> constituents) |
| Constructor and Description |
|---|
Group(String name,
StoreKey... constituents) |
| Constructor and Description |
|---|
Group(String name,
List<StoreKey> constituents) |
Copyright © 2014. All Rights Reserved.