Package | Description |
---|---|
org.cloudfoundry.client.lib | |
org.cloudfoundry.client.lib.rest |
Modifier and Type | Method and Description |
---|---|
void |
CloudFoundryOperations.openFile(String appName,
int instanceIndex,
String filePath,
ClientHttpResponseCallback clientHttpResponseCallback)
Provide the content of a file from the deployed application via callbacks.
|
void |
CloudFoundryClient.openFile(String appName,
int instanceIndex,
String filePath,
ClientHttpResponseCallback callback) |
Modifier and Type | Method and Description |
---|---|
protected void |
CloudControllerClientImpl.doOpenFile(String urlPath,
Object app,
int instanceIndex,
String filePath,
ClientHttpResponseCallback callback) |
void |
CloudControllerClientImpl.openFile(String appName,
int instanceIndex,
String filePath,
ClientHttpResponseCallback callback) |
void |
CloudControllerClient.openFile(String appName,
int instanceIndex,
String filePath,
ClientHttpResponseCallback callback) |
Copyright © 2015. All rights reserved.