public interface Location
Modifier and Type | Field and Description |
---|---|
static String |
CONNECTION_TIMEOUT_SECONDS |
static int |
DEFAULT_CACHE_TIMEOUT_SECONDS |
static int |
DEFAULT_CONNECTION_TIMEOUT_SECONDS |
static int |
MIN_CACHE_TIMEOUT_SECONDS |
Modifier and Type | Method and Description |
---|---|
boolean |
allowsDownloading() |
boolean |
allowsPublishing() |
boolean |
allowsReleases() |
boolean |
allowsSnapshots() |
boolean |
allowsStoring() |
boolean |
equals(Object other)
Reminder that equality checks are important here!
|
<T> T |
getAttribute(String key,
Class<T> type) |
Map<String,Object> |
getAttributes() |
String |
getName() |
int |
getTimeoutSeconds() |
String |
getUri() |
int |
hashCode()
Reminder that equality checks are important here!
|
Object |
removeAttribute(String key) |
Object |
setAttribute(String key,
Object value) |
static final String CONNECTION_TIMEOUT_SECONDS
static final int DEFAULT_CONNECTION_TIMEOUT_SECONDS
static final int DEFAULT_CACHE_TIMEOUT_SECONDS
static final int MIN_CACHE_TIMEOUT_SECONDS
boolean allowsDownloading()
boolean allowsPublishing()
boolean allowsStoring()
boolean allowsSnapshots()
boolean allowsReleases()
String getUri()
String getName()
int getTimeoutSeconds()
boolean equals(Object other)
int hashCode()
Copyright © 2014. All Rights Reserved.