Class CustomConfiguration


  • public class CustomConfiguration
    extends Object
    custom class to read propety file once
    Author:
    massi
    • Constructor Detail

      • CustomConfiguration

        public CustomConfiguration​(int refreshTime,
                                   String vreLabel,
                                   boolean showTimelineSource)
    • Method Detail

      • getRefreshTime

        public int getRefreshTime()
      • setRefreshTime

        public void setRefreshTime​(int refreshTime)
      • getVreLabel

        public String getVreLabel()
      • setVreLabel

        public void setVreLabel​(String vreLabel)
      • isShowTimelineSource

        public boolean isShowTimelineSource()
      • setShowTimelineSource

        public void setShowTimelineSource​(boolean showTimelineSource)