Class 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.
    • Constructor Detail

      • StartingInfo

        protected StartingInfo()
      • 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.