Uses of Interface
org.jclouds.rest.RestApiMetadata

Packages that use RestApiMetadata
org.jclouds.apis   
org.jclouds.config   
org.jclouds.rest   
org.jclouds.rest.internal   
 

Uses of RestApiMetadata in org.jclouds.apis
 

Methods in org.jclouds.apis that return types with arguments of type RestApiMetadata
static com.google.common.base.Predicate<RestApiMetadata> ApiPredicates.apiAssignableFrom(com.google.common.reflect.TypeToken<?> type)
          Returns all apis with the given type.
 

Uses of RestApiMetadata in org.jclouds.config
 

Constructors in org.jclouds.config with parameters of type RestApiMetadata
BindRestContextWithWildcardExtendsExplicitAndRawType(RestApiMetadata restApiMetadata)
           
 

Uses of RestApiMetadata in org.jclouds.rest
 

Classes in org.jclouds.rest that implement RestApiMetadata
 class AnonymousRestApiMetadata
          Useful in creating arbitrary clients.
 

Uses of RestApiMetadata in org.jclouds.rest.internal
 

Classes in org.jclouds.rest.internal that implement RestApiMetadata
 class BaseRestApiMetadata
          Useful in creating rest apis.
 



Copyright © 2009-2013 jclouds. All Rights Reserved.