| Package | Description |
|---|---|
| org.commonjava.aprox.model.core | |
| org.commonjava.aprox.model.core.dto |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
StoreKey |
NotFoundCacheSectionDTO.getKey() |
StoreKey |
DirectoryListingEntryDTO.getKey() |
| Modifier and Type | Method and Description |
|---|---|
void |
NotFoundCacheDTO.addSection(StoreKey key,
List<String> paths) |
| Constructor and Description |
|---|
DirectoryListingEntryDTO(StoreKey key,
String path) |
NotFoundCacheSectionDTO(StoreKey key,
Collection<String> paths) |
Copyright © 2015. All Rights Reserved.