public class EventLogParser extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static DateFormat |
dateWriteFormat
Formato para armazenar as datas nas tabelas de resultado.
|
| Constructor and Description |
|---|
EventLogParser(Date startDate,
Date endDate)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
csbase.logic.eventlogservice.LogsInfo |
getInfo()
Consulta as informações lidas.
|
void |
parse(FileInputStream stream,
Charset charset)
Faz o parse do stream fornecido e adiciona a lista de informações de logs.
|
protected static final DateFormat dateWriteFormat
public void parse(FileInputStream stream, Charset charset) throws IOException, tecgraf.javautils.parsers.exception.MalformedInputException
stream - stream do arquivo de logcharset - charset do servidorIOException - exceção ao tentar fazer parser csvtecgraf.javautils.parsers.exception.MalformedInputException - exceção ao tentar fazer parser csvpublic csbase.logic.eventlogservice.LogsInfo getInfo()
Copyright © 2017. All rights reserved.