public final class EndpointView extends Object implements Comparable<EndpointView>
ArtifactStore designed for external use. Each instance includes the name and type of the store, plus a resource-uri
for accessing content on that endpoint.| Constructor and Description |
|---|
EndpointView() |
EndpointView(ArtifactStore store,
String resourceUri) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(EndpointView point) |
boolean |
equals(Object obj) |
String |
getKey() |
String |
getName() |
String |
getResourceUri() |
StoreKey |
getStoreKey() |
StoreType |
getStoreType() |
String |
getType() |
int |
hashCode() |
void |
setName(String name) |
void |
setResourceUri(String resourceUri) |
void |
setType(String type) |
public EndpointView()
public EndpointView(ArtifactStore store, String resourceUri)
public final String getName()
public final String getType()
public final String getResourceUri()
public StoreType getStoreType()
public StoreKey getStoreKey()
public final String getKey()
public int compareTo(EndpointView point)
compareTo in interface Comparable<EndpointView>public void setResourceUri(String resourceUri)
public void setName(String name)
public void setType(String type)
Copyright © 2011-2015. All Rights Reserved.