public class RepositoryInformation extends Object
Modifier and Type | Field and Description |
---|---|
protected Properties |
props |
Modifier | Constructor and Description |
---|---|
protected |
RepositoryInformation(EndpointType type) |
|
RepositoryInformation(String id,
String name,
String location,
EndpointType type) |
Modifier and Type | Method and Description |
---|---|
String |
get(String key) |
String |
get(String key,
String def) |
EndpointConfiguration |
getEndpointConfiguration() |
String |
getId() |
String |
getLocation() |
String |
getName() |
EndpointType |
getType() |
boolean |
isWritable() |
void |
setEndpointConfiguration(EndpointConfiguration endpointConfiguration) |
void |
setProperty(String key,
String value) |
void |
setType(EndpointType type) |
void |
setWritable(boolean writable) |
protected Properties props
public RepositoryInformation(String id, String name, String location, EndpointType type)
protected RepositoryInformation(EndpointType type)
public String getId()
public String getName()
public String getLocation()
public EndpointType getType()
public EndpointConfiguration getEndpointConfiguration()
EndpointConfiguration
or null
public void setEndpointConfiguration(EndpointConfiguration endpointConfiguration)
public void setType(EndpointType type)
public boolean isWritable()
public void setWritable(boolean writable)
writable
- the writable to setCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.