org.cloudfoundry.client.lib
Class StartingInfo
java.lang.Object
org.cloudfoundry.client.lib.StartingInfo
public class StartingInfo
- extends Object
Starting info contains values from response headers when an application is
first started. One of the possible header values may be the location of the
staging log when starting an application.
- Author:
- Nieraj Singh.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StartingInfo
public StartingInfo(String stagingFile)
getStagingFile
public String getStagingFile()
- Returns:
- URL value of the file location for the staging log, or null if not available.
Copyright © 2014. All rights reserved.