public abstract class BaseProviderMetadata extends Object implements ProviderMetadata
ProviderMetadata
to be extended by
those implementing ProviderMetadata.
(Note: This class must be abstract to allow ServiceLoader
to work properly.BLOBSTORE_TYPE, COMPUTE_TYPE, LOADBALANCER_TYPE, MONITOR_TYPE, QUEUE_TYPE, TABLE_TYPE
Constructor and Description |
---|
BaseProviderMetadata() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<String> |
getLinkedServices() |
int |
hashCode() |
String |
toString() |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
getApiDocumentation, getConsole, getCredentialName, getHomepage, getId, getIdentityName, getIso3166Codes, getName, getType
public int hashCode()
hashCode
in class Object
Object.hashCode()
public boolean equals(Object obj)
equals
in class Object
Object.equals(java.lang.Object)
public Set<String> getLinkedServices()
getLinkedServices
in interface ProviderMetadata
Copyright © 2009-2012 jclouds. All Rights Reserved.