org.cloudfoundry.client.lib
Class StartingInfo

java.lang.Object
  extended by 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.

Constructor Summary
StartingInfo(String stagingFile)
           
 
Method Summary
 String getStagingFile()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StartingInfo

public StartingInfo(String stagingFile)
Method Detail

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.