Class AbstractLogTrace

    • Field Detail

      • trace

        protected final Matcher trace
    • Constructor Detail

      • AbstractLogTrace

        public AbstractLogTrace​(Matcher matcher)
    • Method Detail

      • length

        public int length()
      • groupCount

        public int groupCount()
      • groupNotNull

        public boolean groupNotNull​(int index)
      • getLongGroup

        public long getLongGroup​(int index)
      • getIntegerGroup

        public int getIntegerGroup​(int index)
      • getGroup

        public String getGroup​(int index)
      • getDoubleGroup

        public double getDoubleGroup​(int index)
      • convertToDouble

        protected double convertToDouble​(String value)
      • getPercentageGroup

        public double getPercentageGroup​(int i)
      • getTimeStamp

        public double getTimeStamp()
      • getDateStamp

        public String getDateStamp()
      • getDateTimeStamp

        public DateTimeStamp getDateTimeStamp​(int index)