jar

com.github.cloudfoundry-community : cf-client

Maven & Gradle

Apr 15, 2015
4 usages

Client · A lightweight Cloud Controller and UAA client.

Table Of Contents

Latest Version

Download com.github.cloudfoundry-community : cf-client JAR file - Latest Versions:

All Versions

Download com.github.cloudfoundry-community : cf-client JAR file - All Versions:

Version Vulnerabilities Size Updated
0.3
0.2
0.1

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cf-client-0.3.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

cf.client

├─ cf.client.CfTokens.class - [JAR]

├─ cf.client.CloudController.class - [JAR]

├─ cf.client.DefaultCloudController.class - [JAR]

├─ cf.client.DefaultUaa.class - [JAR]

├─ cf.client.Resource.class - [JAR]

├─ cf.client.RestCollection.class - [JAR]

├─ cf.client.Token.class - [JAR]

├─ cf.client.TokenContents.class - [JAR]

├─ cf.client.TokenProvider.class - [JAR]

├─ cf.client.Uaa.class - [JAR]

├─ cf.client.UnexpectedResponseException.class - [JAR]

cf.client.model

├─ cf.client.model.Application.class - [JAR]

├─ cf.client.model.ApplicationInstance.class - [JAR]

├─ cf.client.model.Info.class - [JAR]

├─ cf.client.model.Organization.class - [JAR]

├─ cf.client.model.PrivateDomain.class - [JAR]

├─ cf.client.model.Route.class - [JAR]

├─ cf.client.model.SecurityGroup.class - [JAR]

├─ cf.client.model.SecurityGroupRule.class - [JAR]

├─ cf.client.model.Service.class - [JAR]

├─ cf.client.model.ServiceAuthToken.class - [JAR]

├─ cf.client.model.ServiceBinding.class - [JAR]

├─ cf.client.model.ServiceInstance.class - [JAR]

├─ cf.client.model.ServicePlan.class - [JAR]

├─ cf.client.model.Space.class - [JAR]

├─ cf.client.model.User.class - [JAR]

Advertisement