A B C D E G H I J L M N O P R S T U V W Z

A

AbstractApplicationArchiveEntry - Class in org.cloudfoundry.client.lib.archive
Base implementation of ApplicationArchive.Entry that is reads the input stream to deduce the size and SHA digest.
AbstractApplicationArchiveEntry() - Constructor for class org.cloudfoundry.client.lib.archive.AbstractApplicationArchiveEntry
 
addCloudServicePlan(CloudServicePlan) - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
addDomain(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
addDomain(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Add domain to the current space of this session.
addDomain(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
addDomain(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
addLogMessage(HttpMethod, URI, String, HttpStatus, String) - Method in class org.cloudfoundry.client.lib.rest.LoggingRestTemplate
 
addRoute(String, String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
addRoute(String, String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Register a new route to the space of the current session.
addRoute(String, String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
addRoute(String, String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
ApplicationArchive - Interface in org.cloudfoundry.client.lib.archive
Interface that represents an application archive (for example a WAR file) that can be uploaded to Cloud Foundry.
ApplicationArchive.Entry - Interface in org.cloudfoundry.client.lib.archive
A single entry contained within an ApplicationArchive.
ApplicationStats - Class in org.cloudfoundry.client.lib.domain
 
ApplicationStats(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.ApplicationStats
 
ApplicationStats(List<InstanceStats>) - Constructor for class org.cloudfoundry.client.lib.domain.ApplicationStats
 
asList() - Method in class org.cloudfoundry.client.lib.domain.CloudResources
Returns the list of CloudResources.
authorizationEndpoint - Variable in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 

B

bindService(String, String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
bindService(String, String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Associate (provision) a service with an application.
bindService(String, String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
bindService(String, String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
BUFFER_SIZE - Static variable in class org.cloudfoundry.client.lib.util.CloudUtil
 

C

canRead(Class<?>, MediaType) - Method in class org.cloudfoundry.client.lib.util.UploadApplicationPayloadHttpMessageConverter
 
canWrite(Class<?>, MediaType) - Method in class org.cloudfoundry.client.lib.util.UploadApplicationPayloadHttpMessageConverter
 
changePassword(OAuth2AccessToken, String, String) - Method in class org.cloudfoundry.client.lib.oauth2.OauthClient
 
close() - Method in class org.cloudfoundry.client.lib.io.DynamicZipInputStream
 
CloudApplication - Class in org.cloudfoundry.client.lib.domain
 
CloudApplication(CloudEntity.Meta, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudApplication
 
CloudApplication(String, String, String, int, int, List<String>, List<String>, CloudApplication.AppState) - Constructor for class org.cloudfoundry.client.lib.domain.CloudApplication
 
CloudApplication(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.CloudApplication
 
CloudApplication.AppState - Enum in org.cloudfoundry.client.lib.domain
 
CloudApplication.DebugMode - Enum in org.cloudfoundry.client.lib.domain
 
CloudControllerClient - Interface in org.cloudfoundry.client.lib.rest
Interface defining operations available for the cloud controller REST client implementations
CloudControllerClientFactory - Class in org.cloudfoundry.client.lib.rest
Factory used to create cloud controller client implementations.
CloudControllerClientFactory(RestUtil, HttpProxyConfiguration) - Constructor for class org.cloudfoundry.client.lib.rest.CloudControllerClientFactory
 
CloudControllerClientImpl - Class in org.cloudfoundry.client.lib.rest
Abstract implementation of the CloudControllerClient intended to serve as the base.
CloudControllerClientImpl(URL, RestUtil, CloudCredentials, URL, CloudSpace, HttpProxyConfiguration) - Constructor for class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
CloudControllerClientImpl() - Constructor for class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
Only for unit tests.
CloudControllerClientImpl(URL, RestUtil, CloudCredentials, URL, String, String, HttpProxyConfiguration) - Constructor for class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
CloudControllerClientImpl.CloudFoundryFormHttpMessageConverter - Class in org.cloudfoundry.client.lib.rest
 
CloudControllerClientImpl.CloudFoundryFormHttpMessageConverter() - Constructor for class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl.CloudFoundryFormHttpMessageConverter
 
CloudControllerResponseErrorHandler - Class in org.cloudfoundry.client.lib.rest
 
CloudControllerResponseErrorHandler() - Constructor for class org.cloudfoundry.client.lib.rest.CloudControllerResponseErrorHandler
 
CloudCredentials - Class in org.cloudfoundry.client.lib
Class that encapsulates credentials used for authentication
CloudCredentials(String, String) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
Create credentials using email and password.
CloudCredentials(String, String, String) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
Create credentials using email, password, and client ID.
CloudCredentials(String, String, String, String) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
Create credentials using email, password and client ID.
CloudCredentials(OAuth2AccessToken) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
Create credentials using a token.
CloudCredentials(OAuth2AccessToken, String) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
Create credentials using a token.
CloudCredentials(OAuth2AccessToken, String, String) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
Create credentials using a token.
CloudCredentials(CloudCredentials, String) - Constructor for class org.cloudfoundry.client.lib.CloudCredentials
Create proxy credentials.
cloudCredentials - Variable in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
CloudDomain - Class in org.cloudfoundry.client.lib.domain
 
CloudDomain(CloudEntity.Meta, String, CloudOrganization) - Constructor for class org.cloudfoundry.client.lib.domain.CloudDomain
 
CloudEntity - Class in org.cloudfoundry.client.lib.domain
 
CloudEntity() - Constructor for class org.cloudfoundry.client.lib.domain.CloudEntity
 
CloudEntity(CloudEntity.Meta, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudEntity
 
CloudEntity.Meta - Class in org.cloudfoundry.client.lib.domain
 
CloudEntity.Meta(UUID, Date, Date) - Constructor for class org.cloudfoundry.client.lib.domain.CloudEntity.Meta
 
CloudEntityResourceMapper - Class in org.cloudfoundry.client.lib.util
Class handling the mapping of the cloud domain objects
CloudEntityResourceMapper() - Constructor for class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
 
CloudFoundryClient - Class in org.cloudfoundry.client.lib
A Java client to exercise the Cloud Foundry API.
CloudFoundryClient(URL) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
Construct client for anonymous user.
CloudFoundryClient(CloudCredentials, URL) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
 
CloudFoundryClient(CloudCredentials, URL, CloudSpace) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
 
CloudFoundryClient(CloudCredentials, URL, String, String) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
 
CloudFoundryClient(URL, HttpProxyConfiguration) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
Constructors to use with an http proxy configuration.
CloudFoundryClient(CloudCredentials, URL, HttpProxyConfiguration) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
 
CloudFoundryClient(CloudCredentials, URL, CloudSpace, HttpProxyConfiguration) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
 
CloudFoundryClient(CloudCredentials, URL, String, String, HttpProxyConfiguration) - Constructor for class org.cloudfoundry.client.lib.CloudFoundryClient
 
CloudFoundryException - Exception in org.cloudfoundry.client.lib
 
CloudFoundryException(HttpStatus) - Constructor for exception org.cloudfoundry.client.lib.CloudFoundryException
 
CloudFoundryException(HttpStatus, String) - Constructor for exception org.cloudfoundry.client.lib.CloudFoundryException
 
CloudFoundryException(HttpStatus, String, int) - Constructor for exception org.cloudfoundry.client.lib.CloudFoundryException
 
CloudFoundryException(HttpStatus, String, String) - Constructor for exception org.cloudfoundry.client.lib.CloudFoundryException
Construct a new instance of CloudFoundryException based on a HttpStatus, status text and description.
CloudFoundryOperations - Interface in org.cloudfoundry.client.lib
The interface defining operations making up the Cloud Foundry Java client's API.
CloudInfo - Class in org.cloudfoundry.client.lib.domain
 
CloudInfo(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.CloudInfo
 
CloudInfo(String, String, String, int, String, String, String, CloudInfo.Limits, CloudInfo.Usage, boolean) - Constructor for class org.cloudfoundry.client.lib.domain.CloudInfo
 
CloudInfo.Limits - Class in org.cloudfoundry.client.lib.domain
 
CloudInfo.Limits(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.CloudInfo.Limits
 
CloudInfo.Usage - Class in org.cloudfoundry.client.lib.domain
 
CloudInfo.Usage(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.CloudInfo.Usage
 
CloudOrganization - Class in org.cloudfoundry.client.lib.domain
 
CloudOrganization(CloudEntity.Meta, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudOrganization
 
CloudOrganization(CloudEntity.Meta, String, boolean) - Constructor for class org.cloudfoundry.client.lib.domain.CloudOrganization
 
CloudResource - Class in org.cloudfoundry.client.lib.domain
JSON object that contains details of a single Cloud Foundry resource.
CloudResource() - Constructor for class org.cloudfoundry.client.lib.domain.CloudResource
 
CloudResource(String, long, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudResource
 
CloudResources - Class in org.cloudfoundry.client.lib.domain
JSON Object that contains details of a list of CloudResources.
CloudResources(Collection<? extends CloudResource>) - Constructor for class org.cloudfoundry.client.lib.domain.CloudResources
Create a new CloudResources instance for the specified resources.
CloudResources(Iterator<? extends CloudResource>) - Constructor for class org.cloudfoundry.client.lib.domain.CloudResources
Create a new CloudResources instance for the specified resources.
CloudResources(ApplicationArchive) - Constructor for class org.cloudfoundry.client.lib.domain.CloudResources
Create a new CloudResources instance for the specified ApplicationArchive.
CloudResources.Deserializer - Class in org.cloudfoundry.client.lib.domain
Internal JSON Deserializer.
CloudResources.Deserializer() - Constructor for class org.cloudfoundry.client.lib.domain.CloudResources.Deserializer
 
CloudResources.Serializer - Class in org.cloudfoundry.client.lib.domain
Internal JSON Serializer.
CloudResources.Serializer() - Constructor for class org.cloudfoundry.client.lib.domain.CloudResources.Serializer
 
CloudRoute - Class in org.cloudfoundry.client.lib.domain
 
CloudRoute(CloudEntity.Meta, String, CloudDomain, int) - Constructor for class org.cloudfoundry.client.lib.domain.CloudRoute
 
CloudService - Class in org.cloudfoundry.client.lib.domain
Class representing an instance of a service created for a space.
CloudService() - Constructor for class org.cloudfoundry.client.lib.domain.CloudService
 
CloudService(CloudEntity.Meta, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudService
 
CloudServiceOffering - Class in org.cloudfoundry.client.lib.domain
 
CloudServiceOffering(CloudEntity.Meta, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
CloudServiceOffering(CloudEntity.Meta, String, String, String) - Constructor for class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
CloudServicePlan - Class in org.cloudfoundry.client.lib.domain
 
CloudServicePlan() - Constructor for class org.cloudfoundry.client.lib.domain.CloudServicePlan
 
CloudServicePlan(CloudEntity.Meta, String, CloudServiceOffering) - Constructor for class org.cloudfoundry.client.lib.domain.CloudServicePlan
 
CloudSpace - Class in org.cloudfoundry.client.lib.domain
 
CloudSpace(CloudEntity.Meta, String, CloudOrganization) - Constructor for class org.cloudfoundry.client.lib.domain.CloudSpace
 
CloudUtil - Class in org.cloudfoundry.client.lib.util
Some helper utilities used by the Cloud Foundry Java client.
CloudUtil() - Constructor for class org.cloudfoundry.client.lib.util.CloudUtil
 
computeSha1Digest(InputStream) - Static method in class org.cloudfoundry.client.lib.util.CloudUtil
 
configureCloudFoundryRequestFactory(RestTemplate) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
convertJsonToCloudResourceList(String) - Static method in class org.cloudfoundry.client.lib.util.JsonUtil
 
convertJsonToList(String) - Static method in class org.cloudfoundry.client.lib.util.JsonUtil
 
convertJsonToMap(String) - Static method in class org.cloudfoundry.client.lib.util.JsonUtil
 
convertToJson(Object) - Static method in class org.cloudfoundry.client.lib.util.JsonUtil
 
CrashesInfo - Class in org.cloudfoundry.client.lib.domain
 
CrashesInfo(List<Map<String, Object>>) - Constructor for class org.cloudfoundry.client.lib.domain.CrashesInfo
 
CrashInfo - Class in org.cloudfoundry.client.lib.domain
 
CrashInfo(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.CrashInfo
 
createApplication(String, Staging, int, List<String>, List<String>) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
createApplication(String, Staging, int, List<String>, List<String>) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Create application.
createApplication(String, Staging, int, List<String>, List<String>) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
createApplication(String, Staging, int, List<String>, List<String>) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
createOauthClient(URL, HttpProxyConfiguration) - Method in class org.cloudfoundry.client.lib.util.RestUtil
 
createRequestFactory(HttpProxyConfiguration) - Method in class org.cloudfoundry.client.lib.util.RestUtil
 
createResourceOwnerPasswordAccessTokenProvider() - Method in class org.cloudfoundry.client.lib.oauth2.OauthClient
 
createRestTemplate(HttpProxyConfiguration) - Method in class org.cloudfoundry.client.lib.util.RestUtil
 
createService(CloudService) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
createService(CloudService) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Create a service.
createService(CloudService) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
createService(CloudService) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 

D

debugApplication(String, CloudApplication.DebugMode) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
debugApplication(String, CloudApplication.DebugMode) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Debug application.
debugApplication(String, CloudApplication.DebugMode) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
debugApplication(String, CloudApplication.DebugMode) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
defaultMeta() - Static method in class org.cloudfoundry.client.lib.domain.CloudEntity.Meta
 
deleteAllApplications() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
deleteAllApplications() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Delete all applications.
deleteAllApplications() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
deleteAllApplications() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
deleteAllServices() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
deleteAllServices() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Delete all services.
deleteAllServices() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
deleteAllServices() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
deleteApplication(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
deleteApplication(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Delete application.
deleteApplication(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
deleteApplication(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
deleteDomain(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
deleteDomain(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Delete a domain registered to the current organization of this session.
deleteDomain(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
deleteDomain(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
deleteRoute(String, String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
deleteRoute(String, String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Delete a registered route from the space of the current session.
deleteRoute(String, String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
deleteRoute(String, String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
deleteService(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
deleteService(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Delete cloud service.
deleteService(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
deleteService(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
DeploymentInfo - Class in org.cloudfoundry.client.lib.domain
 
DeploymentInfo() - Constructor for class org.cloudfoundry.client.lib.domain.DeploymentInfo
 
deserialize(JsonParser, DeserializationContext) - Method in class org.cloudfoundry.client.lib.domain.CloudResources.Deserializer
 
determineAuthorizationEndPointToUse(URL, URL) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
DirectoryApplicationArchive - Class in org.cloudfoundry.client.lib.archive
Implementation of ApplicationArchive backed by a ZipFile.
DirectoryApplicationArchive(File) - Constructor for class org.cloudfoundry.client.lib.archive.DirectoryApplicationArchive
 
doExecute(URI, HttpMethod, RequestCallback, ResponseExtractor<T>) - Method in class org.cloudfoundry.client.lib.rest.LoggingRestTemplate
 
doGetFile(String, Object, int, String, int, int) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
doGetFile(String, Object, String, String, int, int) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
doGetLogs(String, String, String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
DynamicInputStream - Class in org.cloudfoundry.client.lib.io
InputStream that dynamically loads data on demand as the stream is read.
DynamicInputStream() - Constructor for class org.cloudfoundry.client.lib.io.DynamicInputStream
 
DynamicZipInputStream - Class in org.cloudfoundry.client.lib.io
InputStream that dynamically creates ZIP contents as the stream is read without consuming too much memory.
DynamicZipInputStream(Iterable<DynamicZipInputStream.Entry>) - Constructor for class org.cloudfoundry.client.lib.io.DynamicZipInputStream
Create a new DynamicZipInputStream instance.
DynamicZipInputStream.Entry - Interface in org.cloudfoundry.client.lib.io
Represents a single entry from a ZIP files.

E

ERROR_CODE - Static variable in exception org.cloudfoundry.client.lib.NotFinishedStagingException
 
ERROR_CODE - Static variable in exception org.cloudfoundry.client.lib.StagingErrorException
 
extractUriInfo(Map<String, UUID>, String, Map<String, String>) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 

G

get(URI) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
getAllowDebug() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getApplication(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getApplication(UUID) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getApplication(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get cloud application with the specified name.
getApplication(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getApplication(UUID) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getApplication(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getApplication(UUID) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getApplicationInstances(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getApplicationInstances(CloudApplication) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getApplicationInstances(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get application instances info for application.
getApplicationInstances(CloudApplication) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get application instances info for application.
getApplicationInstances(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getApplicationInstances(CloudApplication) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getApplicationInstances(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getApplicationInstances(CloudApplication) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getApplicationMemoryChoices() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getApplicationMemoryChoices() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get choices for application memory quota.
getApplicationMemoryChoices() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getApplicationMemoryChoices() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getApplications() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getApplications() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get all cloud applications.
getApplications() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getApplications() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getApplicationStats(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getApplicationStats(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get application stats for the app with the specified name.
getApplicationStats(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getApplicationStats(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getApps() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Usage
 
getAppsUsingRoute() - Method in class org.cloudfoundry.client.lib.domain.CloudRoute
 
getArchive() - Method in class org.cloudfoundry.client.lib.domain.UploadApplicationPayload
Returns the source archive.
getAuthorizationEndpoint() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getBuild() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getBuildpackUrl() - Method in class org.cloudfoundry.client.lib.domain.Staging
 
getClientId() - Method in class org.cloudfoundry.client.lib.CloudCredentials
Get the client ID.
getClientSecret() - Method in class org.cloudfoundry.client.lib.CloudCredentials
Get the client secret
getCloudControllerUrl() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getCloudControllerUrl() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get the URL used for the cloud controller.
getCloudControllerUrl() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getCloudControllerUrl() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getCloudFoundryErrorCode() - Method in exception org.cloudfoundry.client.lib.CloudFoundryException
Returns an additional error code that is specific to failures in Cloud Foundry requests or behaviour.
getCloudInfo() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getCloudInfo() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get CloudInfo for the current cloud.
getCloudServicePlans() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
getCommand() - Method in class org.cloudfoundry.client.lib.domain.Staging
 
getCores() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getCpu() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats.Usage
 
getCrashes(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getCrashes(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get crashes info for application.
getCrashes() - Method in class org.cloudfoundry.client.lib.domain.CrashesInfo
 
getCrashes(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getCrashes(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getCrashLogs(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getCrashLogs(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get logs from most recent crash of the deployed application.
getCrashLogs(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getCrashLogs(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getCreated() - Method in class org.cloudfoundry.client.lib.domain.CloudEntity.Meta
 
getDebug() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getDebugIp() - Method in class org.cloudfoundry.client.lib.domain.InstanceInfo
 
getDebugPort() - Method in class org.cloudfoundry.client.lib.domain.InstanceInfo
 
getDefaultContentType(String) - Method in class org.cloudfoundry.client.lib.util.StringHttpMessageConverterWithoutMediaType
 
getDeploymentName() - Method in class org.cloudfoundry.client.lib.domain.DeploymentInfo
 
getDescription() - Method in exception org.cloudfoundry.client.lib.CloudFoundryException
 
getDescription() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getDescription() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
getDisk() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats.Usage
 
getDiskQuota() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getDomain() - Method in class org.cloudfoundry.client.lib.domain.CloudRoute
 
getDomains() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getDomains() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get list of all domain registered for the given space.
getDomains() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getDomains() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getDomainsForOrg() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getDomainsForOrg() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get list of all domain registered for the current organization of this session.
getDomainsForOrg() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getDomainsForOrg() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getEmail() - Method in class org.cloudfoundry.client.lib.CloudCredentials
Get the email.
getEmbeddedResource(Map<String, Object>, String) - Static method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
 
getEmbeddedResourceList(Map<String, Object>, String) - Static method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
 
getEntity(Map<String, Object>) - Static method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
 
getEntityAttribute(Map<String, Object>, String, Class<T>) - Static method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
 
getEntries() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive
Returns entries that the archive contains.
getEntries() - Method in class org.cloudfoundry.client.lib.archive.DirectoryApplicationArchive
 
getEntries() - Method in class org.cloudfoundry.client.lib.archive.ZipApplicationArchive
 
getEnv() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getEnvAsMap() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getFdsQuota() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getFile(String, int, String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getFile(String, int, String, int) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getFile(String, int, String, int, int) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getFile(String, int, String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get file from the deployed application.
getFile(String, int, String, int) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get a the content, starting at a specific position, of a file from the deployed application.
getFile(String, int, String, int, int) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get a range of content of a file from the deployed application.
getFile(String, int, String, int, int) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getFile(String, int, String, int, int) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getFileAppId(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getFilename() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive
Returns the filename of the archive (excluding any path).
getFilename() - Method in class org.cloudfoundry.client.lib.archive.DirectoryApplicationArchive
 
getFilename() - Method in class org.cloudfoundry.client.lib.archive.ZipApplicationArchive
 
getFilename() - Method in class org.cloudfoundry.client.lib.domain.CloudResource
 
getFilename(Object) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl.CloudFoundryFormHttpMessageConverter
 
getFilenames() - Method in class org.cloudfoundry.client.lib.domain.CloudResources
Returns a set of all resource filenames.
getFileTail(String, int, String, int) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getFileTail(String, int, String, int) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get a the last bytes, with length as specified, of content of a file from the deployed application.
getFileUrlPath() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getGuid() - Method in class org.cloudfoundry.client.lib.domain.CloudEntity.Meta
 
getGuidOfResource(Map<String, Object>) - Method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
 
getHost() - Method in class org.cloudfoundry.client.lib.domain.CloudRoute
 
getHost() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getHttpStatus() - Method in class org.cloudfoundry.client.lib.RestLogEntry
 
getId() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getIndex() - Method in class org.cloudfoundry.client.lib.domain.InstanceInfo
 
getInfo() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getInfo() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getInputStream() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive.Entry
Returns the content of the entry or null if the entry is a directory.
getInputStream() - Method in class org.cloudfoundry.client.lib.domain.UploadApplicationPayload
Returns the payload data as an input stream.
getInputStream() - Method in interface org.cloudfoundry.client.lib.io.DynamicZipInputStream.Entry
Opens a new stream that can be used to read the contents of the entry.
getInstance() - Method in class org.cloudfoundry.client.lib.domain.CrashInfo
 
getInstances() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getInstances() - Method in class org.cloudfoundry.client.lib.domain.InstancesInfo
 
getLabel() - Method in class org.cloudfoundry.client.lib.domain.CloudService
 
getLabel() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
getLimits() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getLogs(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getLogs(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get logs from the deployed application.
getLogs(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getLogs(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getMaxApps() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Limits
 
getMaxServices() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Limits
 
getMaxTotalMemory() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Limits
 
getMaxUrisPerApp() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Limits
 
getMem() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats.Usage
 
getMemory() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getMemory() - Method in class org.cloudfoundry.client.lib.domain.DeploymentInfo
 
getMemQuota() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getMessage() - Method in class org.cloudfoundry.client.lib.RestLogEntry
 
getMeta() - Method in class org.cloudfoundry.client.lib.domain.CloudEntity
 
getMeta(Map<String, Object>) - Static method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
 
getMethod() - Method in class org.cloudfoundry.client.lib.RestLogEntry
 
getName() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive.Entry
Returns the name of entry including a path.
getName() - Method in class org.cloudfoundry.client.lib.domain.CloudEntity
 
getName() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getName() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getName() - Method in interface org.cloudfoundry.client.lib.io.DynamicZipInputStream.Entry
Returns the name of the entry complete with path, equivalent to ZipEntry.getName().
getNameOfResource(Map<String, Object>) - Method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
 
getNumEntries() - Method in class org.cloudfoundry.client.lib.domain.UploadApplicationPayload
 
getOrganization() - Method in class org.cloudfoundry.client.lib.domain.CloudSpace
 
getOrganization(HashMap<String, String>) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
getOrganizations() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getOrganizations() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get list of CloudOrganizations for the current cloud.
getOrganizations() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getOrganizations() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getOutputStream() - Method in class org.cloudfoundry.client.lib.io.DynamicInputStream
Returns the OutputStream that should be used when writing data.
getOwner() - Method in class org.cloudfoundry.client.lib.domain.CloudDomain
 
getPassword() - Method in class org.cloudfoundry.client.lib.CloudCredentials
Get the password.
getPlan() - Method in class org.cloudfoundry.client.lib.domain.CloudService
 
getPort() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getProvider() - Method in class org.cloudfoundry.client.lib.domain.CloudService
 
getProvider() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
getProxyHost() - Method in class org.cloudfoundry.client.lib.HttpProxyConfiguration
 
getProxyPort() - Method in class org.cloudfoundry.client.lib.HttpProxyConfiguration
 
getProxyUser() - Method in class org.cloudfoundry.client.lib.CloudCredentials
Get the proxy user.
getRecords() - Method in class org.cloudfoundry.client.lib.domain.ApplicationStats
 
getRefreshToken(HashMap<String, String>) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
getResources() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getRestTemplate() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getRoutes(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getRoutes(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get the info for all routes for a domain belonging to the current space of this session.
getRoutes(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getRoutes(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getRunningInstances() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getService(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getService(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get cloud service.
getService(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getService(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getServiceOffering() - Method in class org.cloudfoundry.client.lib.domain.CloudServicePlan
 
getServiceOfferings() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getServiceOfferings() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get all service offerings.
getServiceOfferings() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getServiceOfferings() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getServices() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getServices() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get list of cloud services.
getServices() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getServices() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Usage
 
getServices() - Method in class org.cloudfoundry.client.lib.domain.DeploymentInfo
 
getServices() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getServices() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getSha1() - Method in class org.cloudfoundry.client.lib.domain.CloudResource
 
getSha1Digest() - Method in class org.cloudfoundry.client.lib.archive.AbstractApplicationArchiveEntry
 
getSha1Digest() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive.Entry
Returns a SHA1 digest over the contents of the entry or null if the entry is a directory.
getSince() - Method in class org.cloudfoundry.client.lib.domain.CrashInfo
 
getSince() - Method in class org.cloudfoundry.client.lib.domain.InstanceInfo
 
getSize() - Method in class org.cloudfoundry.client.lib.archive.AbstractApplicationArchiveEntry
 
getSize() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive.Entry
Returns the size of entry or 0 if the entry is a directory.
getSize() - Method in class org.cloudfoundry.client.lib.domain.CloudResource
 
getSpace(HashMap<String, String>) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
getSpaces() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getSpaces() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get list of CloudSpaces for the current cloud.
getSpaces() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getSpaces() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getStaging() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getStagingFile() - Method in class org.cloudfoundry.client.lib.StartingInfo
 
getStagingLogs(StartingInfo, int) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
getStagingLogs(StartingInfo, int) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Get the staging log while an application is starting.
getStagingLogs(StartingInfo, int) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
getStagingLogs(StartingInfo, int) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
Returns null if no further content is available.
getState() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getState() - Method in class org.cloudfoundry.client.lib.domain.InstanceInfo
 
getState() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getStatus() - Method in class org.cloudfoundry.client.lib.RestLogEntry
 
getSupport() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getSupportedMediaTypes() - Method in class org.cloudfoundry.client.lib.util.UploadApplicationPayloadHttpMessageConverter
 
getTime() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats.Usage
 
getToken() - Method in class org.cloudfoundry.client.lib.CloudCredentials
Get the token.
getToken(String, String, String, String) - Method in class org.cloudfoundry.client.lib.oauth2.OauthClient
 
getToken(HashMap<String, String>) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
getTokensFile() - Method in class org.cloudfoundry.client.lib.tokens.TokensFile
 
getTokensFilePath() - Method in class org.cloudfoundry.client.lib.tokens.TokensFile
 
getTokensFromFile() - Method in class org.cloudfoundry.client.lib.tokens.TokensFile
 
getTotalMemory() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Usage
 
getTotalUncompressedSize() - Method in class org.cloudfoundry.client.lib.domain.UploadApplicationPayload
Returns the total size of the entries to be transfered (before compression).
getUpdated() - Method in class org.cloudfoundry.client.lib.domain.CloudEntity.Meta
 
getUptime() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getUri() - Method in class org.cloudfoundry.client.lib.RestLogEntry
 
getUris() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
getUris() - Method in class org.cloudfoundry.client.lib.domain.DeploymentInfo
 
getUris() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getUrisPerApp() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo.Usage
 
getUrl(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
getUsage() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getUsage() - Method in class org.cloudfoundry.client.lib.domain.InstanceStats
 
getUser() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getVersion() - Method in class org.cloudfoundry.client.lib.domain.CloudInfo
 
getVersion() - Method in class org.cloudfoundry.client.lib.domain.CloudService
 
getVersion() - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
getVersion(HashMap<String, String>) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 

H

handleError(ClientHttpResponse) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerResponseErrorHandler
 
HttpProxyConfiguration - Class in org.cloudfoundry.client.lib
Class that encapsulates http proxy information
HttpProxyConfiguration(String, int) - Constructor for class org.cloudfoundry.client.lib.HttpProxyConfiguration
 
httpProxyConfiguration - Variable in class org.cloudfoundry.client.lib.rest.CloudControllerClientFactory
 

I

InstanceInfo - Class in org.cloudfoundry.client.lib.domain
 
InstanceInfo(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.InstanceInfo
 
InstancesInfo - Class in org.cloudfoundry.client.lib.domain
 
InstancesInfo(List<Map<String, Object>>) - Constructor for class org.cloudfoundry.client.lib.domain.InstancesInfo
 
InstanceState - Enum in org.cloudfoundry.client.lib.domain
Enum used for the state of an instance
InstanceStats - Class in org.cloudfoundry.client.lib.domain
 
InstanceStats(String, Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.InstanceStats
 
InstanceStats.Usage - Class in org.cloudfoundry.client.lib.domain
 
InstanceStats.Usage(Map<String, Object>) - Constructor for class org.cloudfoundry.client.lib.domain.InstanceStats.Usage
 
inUse() - Method in class org.cloudfoundry.client.lib.domain.CloudRoute
 
isBillingEnabled() - Method in class org.cloudfoundry.client.lib.domain.CloudOrganization
 
isDirectory() - Method in interface org.cloudfoundry.client.lib.archive.ApplicationArchive.Entry
Returns true if the entry represents a directory.
isProxyUserSet() - Method in class org.cloudfoundry.client.lib.CloudCredentials
Is this a proxied set of credentials?
isWar(String) - Static method in class org.cloudfoundry.client.lib.util.CloudUtil
 

J

JSON_MEDIA_TYPE - Static variable in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
JsonUtil - Class in org.cloudfoundry.client.lib.util
Some JSON helper utilities used by the Cloud Foundry Java client.
JsonUtil() - Constructor for class org.cloudfoundry.client.lib.util.JsonUtil
 

L

logger - Static variable in class org.cloudfoundry.client.lib.util.JsonUtil
 
LoggingRestTemplate - Class in org.cloudfoundry.client.lib.rest
RestTemplate that provides for logging of any REST calls made
LoggingRestTemplate() - Constructor for class org.cloudfoundry.client.lib.rest.LoggingRestTemplate
 
login() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
login() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Login using the credentials already set for the client.
login() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
login() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
logout() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
logout() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Logout closing the current session.
logout() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
logout() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 

M

mapResource(Map<String, Object>, Class<T>) - Method in class org.cloudfoundry.client.lib.util.CloudEntityResourceMapper
 

N

newCloudController(URL, CloudCredentials, CloudSpace) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientFactory
 
newCloudController(URL, CloudCredentials, String, String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientFactory
 
NONE - Static variable in interface org.cloudfoundry.client.lib.UploadStatusCallback
Empty implementation
NotFinishedStagingException - Exception in org.cloudfoundry.client.lib
 
NotFinishedStagingException(HttpStatus, String) - Constructor for exception org.cloudfoundry.client.lib.NotFinishedStagingException
 

O

OauthClient - Class in org.cloudfoundry.client.lib.oauth2
Client that can handle authentication against a UAA instance
OauthClient(URL, RestTemplate) - Constructor for class org.cloudfoundry.client.lib.oauth2.OauthClient
 
objectMapper - Variable in class org.cloudfoundry.client.lib.rest.CloudControllerClientFactory
 
onCheckResources() - Method in interface org.cloudfoundry.client.lib.UploadStatusCallback
Called after the /resources call is made.
onMatchedFileNames(Set<String>) - Method in interface org.cloudfoundry.client.lib.UploadStatusCallback
Called after the files to be uploaded have been identified.
onNewLogEntry(RestLogEntry) - Method in interface org.cloudfoundry.client.lib.RestLogCallback
Called once for each log entry.
onNewLogEntry(RestLogEntry) - Method in class org.cloudfoundry.client.lib.RestLogger
 
onProcessMatchedResources(int) - Method in interface org.cloudfoundry.client.lib.UploadStatusCallback
Called after the data to be uploaded has been processed
org.cloudfoundry.client.lib - package org.cloudfoundry.client.lib
 
org.cloudfoundry.client.lib.archive - package org.cloudfoundry.client.lib.archive
 
org.cloudfoundry.client.lib.domain - package org.cloudfoundry.client.lib.domain
 
org.cloudfoundry.client.lib.io - package org.cloudfoundry.client.lib.io
 
org.cloudfoundry.client.lib.oauth2 - package org.cloudfoundry.client.lib.oauth2
 
org.cloudfoundry.client.lib.rest - package org.cloudfoundry.client.lib.rest
 
org.cloudfoundry.client.lib.tokens - package org.cloudfoundry.client.lib.tokens
 
org.cloudfoundry.client.lib.util - package org.cloudfoundry.client.lib.util
 

P

parse(Object) - Static method in class org.cloudfoundry.client.lib.util.CloudUtil
 
parse(Class<T>, Object) - Static method in class org.cloudfoundry.client.lib.util.CloudUtil
 
proxyForUser(String) - Method in class org.cloudfoundry.client.lib.CloudCredentials
Run commands as a different user.
put(URI, HashMap<String, String>) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
putOrganization(HashMap<String, String>, String) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
putRefreshToken(HashMap<String, String>, OAuth2RefreshToken) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
putSpace(HashMap<String, String>, String) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
putToken(HashMap<String, String>, OAuth2AccessToken) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
putVersion(HashMap<String, String>, String) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 

R

read() - Method in class org.cloudfoundry.client.lib.io.DynamicInputStream
 
read(byte[], int, int) - Method in class org.cloudfoundry.client.lib.io.DynamicInputStream
 
read(Class<? extends UploadApplicationPayload>, HttpInputMessage) - Method in class org.cloudfoundry.client.lib.util.UploadApplicationPayloadHttpMessageConverter
 
refreshToken(OAuth2AccessToken, String, String, String, String) - Method in class org.cloudfoundry.client.lib.oauth2.OauthClient
 
register(String, String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
register(String, String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Register new user account with the provided credentials.
register(String, String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
register(String, String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
registerRestLogListener(RestLogCallback) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
registerRestLogListener(RestLogCallback) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Register a new RestLogCallback
registerRestLogListener(RestLogCallback) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
registerRestLogListener(RestLogCallback) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
remove(URI) - Method in class org.cloudfoundry.client.lib.tokens.TargetInfos
 
removeDomain(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
removeDomain(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Remove a domain from the space of the current session.
removeDomain(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
removeDomain(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
removeToken(URI) - Method in class org.cloudfoundry.client.lib.tokens.TokensFile
 
rename(String, String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
rename(String, String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Rename an application.
rename(String, String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
rename(String, String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
restartApplication(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
restartApplication(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Restart application.
restartApplication(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
restartApplication(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
RestLogCallback - Interface in org.cloudfoundry.client.lib
Callback to support reporting of log information for any REST calls.
RestLogEntry - Class in org.cloudfoundry.client.lib
RestLogEntry containing the values logged for each REST call
RestLogEntry(HttpMethod, URI, String, HttpStatus, String) - Constructor for class org.cloudfoundry.client.lib.RestLogEntry
 
RestLogger - Class in org.cloudfoundry.client.lib
RestLogCallback implementation that logs to application log
RestLogger(String) - Constructor for class org.cloudfoundry.client.lib.RestLogger
 
restTemplate - Variable in class org.cloudfoundry.client.lib.rest.CloudControllerClientFactory
 
restUtil - Variable in class org.cloudfoundry.client.lib.rest.CloudControllerClientFactory
 
restUtil - Variable in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
RestUtil - Class in org.cloudfoundry.client.lib.util
Some helper utilities for creating classes used for the REST support.
RestUtil() - Constructor for class org.cloudfoundry.client.lib.util.RestUtil
 
retrieveToken(URI) - Method in class org.cloudfoundry.client.lib.tokens.TokensFile
 

S

saveToken(URI, OAuth2AccessToken, CloudInfo, CloudSpace) - Method in class org.cloudfoundry.client.lib.tokens.TokensFile
 
saveTokensToFile(TargetInfos) - Method in class org.cloudfoundry.client.lib.tokens.TokensFile
 
serialize(CloudResources, JsonGenerator, SerializerProvider) - Method in class org.cloudfoundry.client.lib.domain.CloudResources.Serializer
 
setDebug(CloudApplication.DebugMode) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setDeploymentName(String) - Method in class org.cloudfoundry.client.lib.domain.DeploymentInfo
 
setDescription(String) - Method in exception org.cloudfoundry.client.lib.CloudFoundryException
 
setDescription(String) - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
setEnv(Map<String, String>) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setEnv(List<String>) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setInstances(int) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setLabel(String) - Method in class org.cloudfoundry.client.lib.domain.CloudService
 
setLabel(String) - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
setMemory(int) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setMemory(int) - Method in class org.cloudfoundry.client.lib.domain.DeploymentInfo
 
setMeta(CloudEntity.Meta) - Method in class org.cloudfoundry.client.lib.domain.CloudEntity
 
setName(String) - Method in class org.cloudfoundry.client.lib.domain.CloudEntity
 
setPlan(String) - Method in class org.cloudfoundry.client.lib.domain.CloudService
 
setProvider(String) - Method in class org.cloudfoundry.client.lib.domain.CloudService
 
setProvider(String) - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
setResources(Map<String, Integer>) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setResponseErrorHandler(ResponseErrorHandler) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
setResponseErrorHandler(ResponseErrorHandler) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Override the default REST response error handler with a custom error handler.
setResponseErrorHandler(ResponseErrorHandler) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
setResponseErrorHandler(ResponseErrorHandler) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
setRunningInstances(int) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setServiceOffering(CloudServiceOffering) - Method in class org.cloudfoundry.client.lib.domain.CloudServicePlan
 
setServices(List<String>) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setServices(List<String>) - Method in class org.cloudfoundry.client.lib.domain.DeploymentInfo
 
setSha1Digest(byte[]) - Method in class org.cloudfoundry.client.lib.archive.AbstractApplicationArchiveEntry
Sets the SHA1 digest that should be returned.
setSize(long) - Method in class org.cloudfoundry.client.lib.archive.AbstractApplicationArchiveEntry
Sets the size that should be returned.
setStaging(Staging) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setState(CloudApplication.AppState) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setUris(List<String>) - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
setUris(List<String>) - Method in class org.cloudfoundry.client.lib.domain.DeploymentInfo
 
setVersion(String) - Method in class org.cloudfoundry.client.lib.domain.CloudService
 
setVersion(String) - Method in class org.cloudfoundry.client.lib.domain.CloudServiceOffering
 
setWriteAcceptCharset(boolean) - Method in class org.cloudfoundry.client.lib.util.StringHttpMessageConverterWithoutMediaType
 
Staging - Class in org.cloudfoundry.client.lib.domain
The staging information related to an application.
Staging() - Constructor for class org.cloudfoundry.client.lib.domain.Staging
Default staging: No command, default buildpack
Staging(String, String) - Constructor for class org.cloudfoundry.client.lib.domain.Staging
 
StagingErrorException - Exception in org.cloudfoundry.client.lib
 
StagingErrorException(HttpStatus, String) - Constructor for exception org.cloudfoundry.client.lib.StagingErrorException
 
startApplication(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
startApplication(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Start application.
startApplication(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
startApplication(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
StartingInfo - Class in org.cloudfoundry.client.lib
Starting info contains values from response headers when an application is first started.
StartingInfo(String) - Constructor for class org.cloudfoundry.client.lib.StartingInfo
 
stopApplication(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
stopApplication(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Stop application.
stopApplication(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
stopApplication(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
StringHttpMessageConverterWithoutMediaType - Class in org.cloudfoundry.client.lib.util
This is a class used to support uploading apps to legacy vcap installs like micro cf 1.1 and older
StringHttpMessageConverterWithoutMediaType() - Constructor for class org.cloudfoundry.client.lib.util.StringHttpMessageConverterWithoutMediaType
 

T

TargetInfos - Class in org.cloudfoundry.client.lib.tokens
 
TargetInfos() - Constructor for class org.cloudfoundry.client.lib.tokens.TargetInfos
 
token - Variable in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
TokensFile - Class in org.cloudfoundry.client.lib.tokens
 
TokensFile() - Constructor for class org.cloudfoundry.client.lib.tokens.TokensFile
 
toString() - Method in exception org.cloudfoundry.client.lib.CloudFoundryException
 
toString() - Method in class org.cloudfoundry.client.lib.domain.CloudApplication
 
toString() - Method in class org.cloudfoundry.client.lib.domain.CloudDomain
 
toString() - Method in class org.cloudfoundry.client.lib.domain.CloudEntity
 
toString() - Method in class org.cloudfoundry.client.lib.domain.CloudRoute
 
toString() - Method in class org.cloudfoundry.client.lib.domain.Staging
 

U

unbindService(String, String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
unbindService(String, String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Un-associate (unprovision) a service from an application.
unbindService(String, String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
unbindService(String, String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
UNDEFINED_SIZE - Static variable in class org.cloudfoundry.client.lib.archive.AbstractApplicationArchiveEntry
 
unregister() - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
unregister() - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Unregister and log out the currently logged in user
unregister() - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
unregister() - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
unRegisterRestLogListener(RestLogCallback) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
unRegisterRestLogListener(RestLogCallback) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Un-register a RestLogCallback
unRegisterRestLogListener(RestLogCallback) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
unRegisterRestLogListener(RestLogCallback) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updateApplicationEnv(String, Map<String, String>) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updateApplicationEnv(String, List<String>) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updateApplicationEnv(String, Map<String, String>) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update application env using a map where the key specifies the name of the environment variable and the value the value of the environment variable..
updateApplicationEnv(String, List<String>) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update application env using a list of strings each with one environment setting.
updateApplicationEnv(String, Map<String, String>) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updateApplicationEnv(String, List<String>) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updateApplicationEnv(String, Map<String, String>) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updateApplicationEnv(String, List<String>) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updateApplicationInstances(String, int) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updateApplicationInstances(String, int) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update application instances.
updateApplicationInstances(String, int) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updateApplicationInstances(String, int) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updateApplicationMemory(String, int) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updateApplicationMemory(String, int) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update application memory.
updateApplicationMemory(String, int) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updateApplicationMemory(String, int) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updateApplicationServices(String, List<String>) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updateApplicationServices(String, List<String>) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update application services.
updateApplicationServices(String, List<String>) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updateApplicationServices(String, List<String>) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updateApplicationStaging(String, Staging) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updateApplicationStaging(String, Staging) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update application staging information.
updateApplicationStaging(String, Staging) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updateApplicationStaging(String, Staging) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updateApplicationUris(String, List<String>) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updateApplicationUris(String, List<String>) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update application URIs.
updateApplicationUris(String, List<String>) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updateApplicationUris(String, List<String>) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updateHttpProxyConfiguration(HttpProxyConfiguration) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updateHttpProxyConfiguration(HttpProxyConfiguration) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update http proxy configuration settings.
updateHttpProxyConfiguration(HttpProxyConfiguration) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updateHttpProxyConfiguration(HttpProxyConfiguration) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updatePassword(String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updatePassword(CloudCredentials, String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
updatePassword(String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update the password for the logged in user.
updatePassword(CloudCredentials, String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Update the password for the logged in user using the username/old_password provided in the credentials.
updatePassword(String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updatePassword(CloudCredentials, String) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
updatePassword(String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
updatePassword(CloudCredentials, String) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
uploadApplication(String, String) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
uploadApplication(String, File) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
uploadApplication(String, File, UploadStatusCallback) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
uploadApplication(String, ApplicationArchive) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
uploadApplication(String, ApplicationArchive, UploadStatusCallback) - Method in class org.cloudfoundry.client.lib.CloudFoundryClient
 
uploadApplication(String, String) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Upload an application.
uploadApplication(String, File) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Upload an application to cloud foundry.
uploadApplication(String, File, UploadStatusCallback) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Upload an application to cloud foundry.
uploadApplication(String, ApplicationArchive) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Upload an application to cloud foundry.
uploadApplication(String, ApplicationArchive, UploadStatusCallback) - Method in interface org.cloudfoundry.client.lib.CloudFoundryOperations
Upload an application to cloud foundry.
uploadApplication(String, File, UploadStatusCallback) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
uploadApplication(String, ApplicationArchive, UploadStatusCallback) - Method in interface org.cloudfoundry.client.lib.rest.CloudControllerClient
 
uploadApplication(String, File, UploadStatusCallback) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
uploadApplication(String, ApplicationArchive, UploadStatusCallback) - Method in class org.cloudfoundry.client.lib.rest.CloudControllerClientImpl
 
UploadApplicationPayload - Class in org.cloudfoundry.client.lib.domain
A payload used to upload application data.
UploadApplicationPayload(ApplicationArchive, CloudResources) - Constructor for class org.cloudfoundry.client.lib.domain.UploadApplicationPayload
Create a new UploadApplicationPayload.
UploadApplicationPayloadHttpMessageConverter - Class in org.cloudfoundry.client.lib.util
Implementation of HttpMessageConverter that can write UploadApplicationPayloads.
UploadApplicationPayloadHttpMessageConverter() - Constructor for class org.cloudfoundry.client.lib.util.UploadApplicationPayloadHttpMessageConverter
 
UploadStatusCallback - Interface in org.cloudfoundry.client.lib
Reports status information when uploading an application.

V

valueOf(String) - Static method in enum org.cloudfoundry.client.lib.domain.CloudApplication.AppState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cloudfoundry.client.lib.domain.CloudApplication.DebugMode
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum org.cloudfoundry.client.lib.domain.InstanceState
Returns the enum constant of this type with the specified name.
valueOfWithDefault(String) - Static method in enum org.cloudfoundry.client.lib.domain.InstanceState
 
values() - Static method in enum org.cloudfoundry.client.lib.domain.CloudApplication.AppState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cloudfoundry.client.lib.domain.CloudApplication.DebugMode
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum org.cloudfoundry.client.lib.domain.InstanceState
Returns an array containing the constants of this enum type, in the order they are declared.

W

write(UploadApplicationPayload, MediaType, HttpOutputMessage) - Method in class org.cloudfoundry.client.lib.util.UploadApplicationPayloadHttpMessageConverter
 
writeInternal(String, HttpOutputMessage) - Method in class org.cloudfoundry.client.lib.util.StringHttpMessageConverterWithoutMediaType
 
writeMoreData() - Method in class org.cloudfoundry.client.lib.io.DynamicInputStream
Called when more data should be written to the output stream.
writeMoreData() - Method in class org.cloudfoundry.client.lib.io.DynamicZipInputStream
 

Z

ZipApplicationArchive - Class in org.cloudfoundry.client.lib.archive
Implementation of ApplicationArchive backed by a ZipFile.
ZipApplicationArchive(ZipFile) - Constructor for class org.cloudfoundry.client.lib.archive.ZipApplicationArchive
Create a new ZipApplicationArchive instance for the given zipFile.

A B C D E G H I J L M N O P R S T U V W Z

Copyright © 2013. All rights reserved.