Exemplo n.º 1
0
  /**
   * Returns the Date object for the given entry
   *
   * @see com.lightysoft.logmx.mgr.LogFileParser,
   *     getAbsoluteEntryDate(com.lightysoft.logmx.business.ParsedEntry)
   */
  public Date getAbsoluteEntryDate(ParsedEntry pEntry) throws Exception {

    return DatePattern.parse(pEntry.getDate());
  }