public class ServiceRepositoryInfo
extends java.lang.Object
ServiceRepository is only a static subset, but the
key protects other operations as well and so this class is required.| Constructor and Description |
|---|
ServiceRepositoryInfo(java.lang.String theAdminKey,
ServiceMeta theServiceMeta)
Create a new instance of ServiceRepositoryInfo.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAdminKey()
Get the service key.
|
ServiceMeta |
getServiceMeta()
Get the service metadata.
|
public ServiceRepositoryInfo(java.lang.String theAdminKey,
ServiceMeta theServiceMeta)
theAdminKey - the service key.theServiceMeta - the service metadata.public java.lang.String getAdminKey()
public ServiceMeta getServiceMeta()