Example usage for org.springframework.ide.eclipse.boot.dash.cloudfoundry.client CloudFoundryClientFactory subclass-usage

List of usage examples for org.springframework.ide.eclipse.boot.dash.cloudfoundry.client CloudFoundryClientFactory subclass-usage

Introduction

In this page you can find the example usage for org.springframework.ide.eclipse.boot.dash.cloudfoundry.client CloudFoundryClientFactory subclass-usage.

Usage

From source file org.springframework.ide.eclipse.boot.dash.test.mocks.MockCloudFoundryClientFactory.java

public class MockCloudFoundryClientFactory extends CloudFoundryClientFactory {

    public static final String FAKE_REFRESH_TOKEN = "fakeRefreshToken";
    public static final String FAKE_PASSWORD = CfTestTargetParams.fromEnv("CF_TEST_PASSWORD");
    private Version supportedApiVersion = new Version(CloudFoundryClient.SUPPORTED_API_VERSION);
    private Version apiVersion = supportedApiVersion;