Uses of Class
org.jclouds.javax.annotation.Nullable

Packages that use Nullable
org.jclouds   
org.jclouds.apis   
org.jclouds.collect   
org.jclouds.concurrent   
org.jclouds.crypto   
org.jclouds.domain   
org.jclouds.domain.internal   
org.jclouds.encryption.internal   
org.jclouds.functions   
org.jclouds.http   
org.jclouds.http.functions   
org.jclouds.http.internal   
org.jclouds.internal   
org.jclouds.io   
org.jclouds.io.payloads   
org.jclouds.location.functions   
org.jclouds.location.suppliers   
org.jclouds.predicates   
org.jclouds.predicates.validators   
org.jclouds.providers   
org.jclouds.providers.internal   
org.jclouds.rest   
org.jclouds.rest.internal   
org.jclouds.util   
 

Uses of Nullable in org.jclouds
 

Fields in org.jclouds with annotations of type Nullable
 Integer JcloudsVersion.alphaVersion
          Non-null iff JcloudsVersion.alpha is true
 Integer JcloudsVersion.betaVersion
          Non-null iff JcloudsVersion.beta is true
protected  String ContextBuilder.credential
           
 Integer JcloudsVersion.releaseCandidateVersion
          Non-null iff JcloudsVersion.releaseCandidate is true
 

Methods in org.jclouds with annotations of type Nullable
 String Context.getBuildVersion()
          Deprecated. 
 

Method parameters in org.jclouds with annotations of type Nullable
 ContextBuilder ContextBuilder.credentials(String identity, String credential)
           
 

Constructor parameters in org.jclouds with annotations of type Nullable
ContextBuilder(ProviderMetadata providerMetadata, ApiMetadata apiMetadata)
           
 

Uses of Nullable in org.jclouds.apis
 

Method parameters in org.jclouds.apis with annotations of type Nullable
 ApiMetadata.Builder ApiMetadata.Builder.buildVersion(String buildVersion)
           
 ApiMetadata.Builder ApiMetadata.Builder.credentialName(String credentialName)
           
 ApiMetadata.Builder ApiMetadata.Builder.defaultCredential(String defaultCredential)
           
 ApiMetadata.Builder ApiMetadata.Builder.defaultEndpoint(String defaultEndpoint)
           
 ApiMetadata.Builder ApiMetadata.Builder.defaultIdentity(String defaultIdentity)
           
 

Uses of Nullable in org.jclouds.collect
 

Method parameters in org.jclouds.collect with annotations of type Nullable
 boolean AbstractMapEntry.equals(Object object)
           
static
<T> IterableWithMarker<T>
IterableWithMarkers.from(Iterable<T> elements, Object marker)
          Returns a paginated iterable containing the given elements and marker.
 

Uses of Nullable in org.jclouds.concurrent
 

Method parameters in org.jclouds.concurrent with annotations of type Nullable
static
<T> Map<T,Exception>
FutureIterables.awaitCompletion(Map<T,? extends Future<?>> responses, ExecutorService exec, Long maxTime, Logger logger, String logPrefix)
           
static
<F,T> Iterable<T>
FutureIterables.transformParallel(Iterable<F> fromIterable, com.google.common.base.Function<? super F,Future<? extends T>> function, ExecutorService exec, Long maxTime)
           
static
<F,T> Iterable<T>
FutureIterables.transformParallel(Iterable<F> fromIterable, com.google.common.base.Function<? super F,Future<? extends T>> function, ExecutorService exec, Long maxTime, Logger logger, String logPrefix)
           
static
<F,T> Iterable<T>
FutureIterables.transformParallel(Iterable<F> fromIterable, com.google.common.base.Function<? super F,Future<? extends T>> function, ExecutorService exec, Long maxTime, Logger logger, String logPrefix, BackoffLimitedRetryHandler retryHandler, int maxRetries)
           
 

Uses of Nullable in org.jclouds.crypto
 

Method parameters in org.jclouds.crypto with annotations of type Nullable
static String Sha512Crypt.makeShadowLine(String password, String shadowPrefix, Crypto crypto)
          This method actually generates an Sha512 crypted password hash from a plaintext password and a salt.
static X509Certificate Pems.x509Certificate(com.google.common.io.InputSupplier<? extends InputStream> supplier, CertificateFactory certFactory)
          Returns the X509EncodedKeySpec that is pem encoded in the supplier.
 

Uses of Nullable in org.jclouds.domain
 

Methods in org.jclouds.domain with annotations of type Nullable
 com.google.common.base.Optional<String> LoginCredentials.getOptionalPassword()
           
 com.google.common.base.Optional<String> LoginCredentials.getOptionalPrivateKey()
           
 String LoginCredentials.getPassword()
           
 String LoginCredentials.getPrivateKey()
           
 

Constructor parameters in org.jclouds.domain with annotations of type Nullable
LoginCredentials(String username, com.google.common.base.Optional<String> password, com.google.common.base.Optional<String> privateKey, boolean authenticateSudo)
           
LoginCredentials(String username, com.google.common.base.Optional<String> password, com.google.common.base.Optional<String> privateKey, boolean authenticateSudo)
           
LoginCredentials(String username, String password, String privateKey, boolean authenticateSudo)
           
LoginCredentials(String username, String password, String privateKey, boolean authenticateSudo)
           
 

Uses of Nullable in org.jclouds.domain.internal
 

Constructor parameters in org.jclouds.domain.internal with annotations of type Nullable
LocationImpl(LocationScope scope, String id, String description, Location parent, Iterable<String> iso3166Codes, Map<String,Object> metadata)
           
ResourceMetadataImpl(String providerId, String name, Location location, URI uri, Map<String,String> userMetadata)
           
ResourceMetadataImpl(String providerId, String name, Location location, URI uri, Map<String,String> userMetadata)
           
ResourceMetadataImpl(String providerId, String name, Location location, URI uri, Map<String,String> userMetadata)
           
ResourceMetadataImpl(String providerId, String name, Location location, URI uri, Map<String,String> userMetadata)
           
 

Uses of Nullable in org.jclouds.encryption.internal
 

Constructor parameters in org.jclouds.encryption.internal with annotations of type Nullable
JCECrypto(Provider provider)
           
 

Uses of Nullable in org.jclouds.functions
 

Constructor parameters in org.jclouds.functions with annotations of type Nullable
ExceptionToValueOrPropagate(Class<E> matchingClass, T value)
           
 

Uses of Nullable in org.jclouds.http
 

Methods in org.jclouds.http with annotations of type Nullable
 String HttpResponse.getMessage()
           
 

Method parameters in org.jclouds.http with annotations of type Nullable
 T HttpResponse.Builder.message(String message)
           
 Uris.UriBuilder Uris.UriBuilder.path(String path)
           
 Uris.UriBuilder Uris.UriBuilder.query(String queryLine)
           
 

Constructor parameters in org.jclouds.http with annotations of type Nullable
HttpMessage(com.google.common.collect.Multimap<String,String> headers, Payload payload)
           
HttpRequest(String method, URI endpoint, com.google.common.collect.Multimap<String,String> headers, Payload payload, Iterable<HttpRequestFilter> filters)
           
HttpResponse(int statusCode, String message, com.google.common.collect.Multimap<String,String> headers, Payload payload)
           
HttpResponse(int statusCode, String message, com.google.common.collect.Multimap<String,String> headers, Payload payload)
           
HttpResponseException(String message, HttpCommand command, HttpResponse response)
           
HttpResponseException(String message, HttpCommand command, HttpResponse response, String content)
           
HttpResponseException(String message, HttpCommand command, HttpResponse response, String content, Throwable cause)
           
HttpResponseException(String message, HttpCommand command, HttpResponse response, Throwable cause)
           
 

Uses of Nullable in org.jclouds.http.functions
 

Method parameters in org.jclouds.http.functions with annotations of type Nullable
 T ParseSax.addDetailsAndPropagate(HttpResponse response, Exception e, String text)
           
 

Uses of Nullable in org.jclouds.http.internal
 

Constructor parameters in org.jclouds.http.internal with annotations of type Nullable
PayloadEnclosingImpl(Payload payload)
           
 

Uses of Nullable in org.jclouds.internal
 

Methods in org.jclouds.internal with annotations of type Nullable
 Object[] ClassMethodArgs.getArgs()
           
 

Constructor parameters in org.jclouds.internal with annotations of type Nullable
ClassMethodArgs(Class<?> clazz, Method method, Object[] args)
           
ClassMethodArgsAndReturnVal(Class<?> clazz, Method method, Object[] args, Object returnVal)
           
 

Uses of Nullable in org.jclouds.io
 

Methods in org.jclouds.io with annotations of type Nullable
 String ContentMetadata.getContentDisposition()
          Specifies presentational information for the object.
 String ContentMetadata.getContentEncoding()
          Specifies what content encodings have been applied to the object and thus what decoding mechanisms must be applied in order to obtain the media-type referenced by the Content-Type header field.
 String ContentMetadata.getContentLanguage()
          Get Content Language of the payload

Not all providers may support it

 Long ContentMetadata.getContentLength()
          Returns the total size of the payload, or the chunk that's available.
 byte[] ContentMetadata.getContentMD5()
           
 String ContentMetadata.getContentType()
          A standard MIME type describing the format of the contents.
 Date ContentMetadata.getExpires()
          Gives the date/time after which the response is considered stale.
 

Method parameters in org.jclouds.io with annotations of type Nullable
 ContentMetadataBuilder ContentMetadataBuilder.contentDisposition(String contentDisposition)
           
 ContentMetadataBuilder ContentMetadataBuilder.contentEncoding(String contentEncoding)
           
 ContentMetadataBuilder ContentMetadataBuilder.contentLanguage(String contentLanguage)
           
 ContentMetadataBuilder ContentMetadataBuilder.contentLength(Long contentLength)
           
 ContentMetadataBuilder ContentMetadataBuilder.contentType(String contentType)
           
 ContentMetadataBuilder ContentMetadataBuilder.expires(Date expires)
           
 void MutableContentMetadata.setContentDisposition(String contentDisposition)
          Set Content Disposition of the payload

Not all providers may support it

 void MutableContentMetadata.setContentEncoding(String contentEncoding)
          Set Content Encoding of the payload

Not all providers may support it

 void MutableContentMetadata.setContentLanguage(String contentLanguage)
          Set Content Language of the payload

Not all providers may support it

 void MutableContentMetadata.setContentLength(Long contentLength)
           
 void MutableContentMetadata.setContentMD5(byte[] md5)
           
 void MutableContentMetadata.setContentType(String contentType)
           
 void MutableContentMetadata.setExpires(Date expires)
           
 

Uses of Nullable in org.jclouds.io.payloads
 

Method parameters in org.jclouds.io.payloads with annotations of type Nullable
 void BaseMutableContentMetadata.setContentDisposition(String contentDisposition)
          Set Content Disposition of the payload

Not all providers may support it

 void BaseMutableContentMetadata.setContentEncoding(String contentEncoding)
          Set Content Encoding of the payload

Not all providers may support it

 void BaseMutableContentMetadata.setContentLanguage(String contentLanguage)
          Set Content Language of the payload

Not all providers may support it

 void BaseMutableContentMetadata.setContentLength(Long contentLength)
          
 void BaseMutableContentMetadata.setContentType(String contentType)
          
 void BaseMutableContentMetadata.setExpires(Date expires)
          
 

Uses of Nullable in org.jclouds.location.functions
 

Method parameters in org.jclouds.location.functions with annotations of type Nullable
 URI ZoneToEndpoint.apply(Object from)
           
 URI RegionToEndpointOrProviderIfNull.apply(Object from)
           
 URI RegionToEndpoint.apply(Object from)
           
 

Uses of Nullable in org.jclouds.location.suppliers
 

Method parameters in org.jclouds.location.suppliers with annotations of type Nullable
 ZoneIdToURISupplier ZoneIdToURISupplier.Factory.createForApiTypeAndVersion(String apiType, String apiVersion)
           
 RegionIdToURISupplier RegionIdToURISupplier.Factory.createForApiTypeAndVersion(String apiType, String apiVersion)
           
 

Uses of Nullable in org.jclouds.predicates
 

Method parameters in org.jclouds.predicates with annotations of type Nullable
 boolean Validator.apply(T t)
           
abstract  void Validator.validate(T t)
          Validates the parameter
 

Uses of Nullable in org.jclouds.predicates.validators
 

Method parameters in org.jclouds.predicates.validators with annotations of type Nullable
 void AllLowerCaseValidator.validate(String s)
           
 

Uses of Nullable in org.jclouds.providers
 

Method parameters in org.jclouds.providers with annotations of type Nullable
 ProviderMetadata.Builder ProviderMetadata.Builder.console(URI console)
           
 ProviderMetadata.Builder ProviderMetadata.Builder.homepage(URI homepage)
           
 

Uses of Nullable in org.jclouds.providers.internal
 

Method parameters in org.jclouds.providers.internal with annotations of type Nullable
 BaseProviderMetadata.Builder BaseProviderMetadata.Builder.console(URI console)
          
 

Uses of Nullable in org.jclouds.rest
 

Method parameters in org.jclouds.rest with annotations of type Nullable
<S,A> RestContext<S,A>
RestContextFactory.createContext(String providerOrApi, String identity, String credential, Iterable<? extends com.google.inject.Module> wiring)
          Deprecated.  
<S,A> RestContext<S,A>
RestContextFactory.createContext(String providerOrApi, String identity, String credential, Iterable<? extends com.google.inject.Module> wiring)
          Deprecated.  
<S,A> RestContext<S,A>
RestContextFactory.createContext(String providerOrApi, String identity, String credential, Iterable<? extends com.google.inject.Module> wiring, Properties overrides)
          Deprecated. for porting old code to ContextBuilder
<S,A> RestContext<S,A>
RestContextFactory.createContext(String providerOrApi, String identity, String credential, Iterable<? extends com.google.inject.Module> wiring, Properties overrides)
          Deprecated. for porting old code to ContextBuilder
<S,A> RestContext<S,A>
RestContextFactory.createContext(String providerOrApi, String identity, String credential, Properties overrides)
          Deprecated.  
<S,A> RestContext<S,A>
RestContextFactory.createContext(String providerOrApi, String identity, String credential, Properties overrides)
          Deprecated.  
 

Uses of Nullable in org.jclouds.rest.internal
 

Method parameters in org.jclouds.rest.internal with annotations of type Nullable
 GeneratedHttpRequest.Builder GeneratedHttpRequest.Builder.arg(Object arg)
           
 GeneratedHttpRequest.Builder GeneratedHttpRequest.Builder.args(Object[] args)
           
 GeneratedHttpRequest.Builder GeneratedHttpRequest.Builder.caller(ClassMethodArgs caller)
           
 

Constructor parameters in org.jclouds.rest.internal with annotations of type Nullable
GeneratedHttpRequest(String method, URI endpoint, com.google.common.collect.Multimap<String,String> headers, Payload payload, Class<?> declaring, Method javaMethod, Iterable<Object> args, Iterable<HttpRequestFilter> filters, com.google.common.base.Optional<ClassMethodArgs> caller)
           
 

Uses of Nullable in org.jclouds.util
 

Method parameters in org.jclouds.util with annotations of type Nullable
static Credentials CredentialUtils.overrideCredentialsIfSupplied(Credentials defaultCredentials, Credentials overridingCredentials)
           
static String Strings2.urlDecode(Object in)
          url decodes the input param, if set.
 



Copyright © 2009-2013 jclouds. All Rights Reserved.