Class StatusTemplate


  • public class StatusTemplate
    extends java.lang.Object
    Status Template
    • Constructor Summary

      Constructors 
      Constructor Description
      StatusTemplate​(java.lang.String path, java.lang.String format)
      Construct
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFormat()
      Gets template format
      java.lang.String getPath()
      Gets template path
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StatusTemplate

        public StatusTemplate​(java.lang.String path,
                              java.lang.String format)
        Construct
        Parameters:
        path - String
        format - String
    • Method Detail

      • getPath

        public java.lang.String getPath()
        Gets template path
        Returns:
        path
      • getFormat

        public java.lang.String getFormat()
        Gets template format
        Returns:
        format