public static class ELFAnalyzer.ELFAnalysis extends FormatAnalyzer.FormatAnalysis
Constructor and Description |
---|
ELFAnalysis() |
Modifier and Type | Method and Description |
---|---|
List<String> |
getComments()
Gets the comments present in the source file.
|
Date |
getDate()
Gets the date and time at which the log entry was added.
|
List<String> |
getDirectives()
Gets the directives present in the source file.
|
Date |
getEndDate()
Gets the date and time at which the log was finished.
|
String[] |
getFieldList()
Gets an array containing the field names.
|
String |
getFields()
Gets the field definition string used to generate the schema.
|
String |
getSoftware()
Gets the name of the software which generated the log.
|
Date |
getStartDate()
Gets the date and time at which the log was started.
|
float |
getVersion()
Gets the version of the extended log file format used.
|
getNewline, setNewline
public List<String> getDirectives()
public String getFields()
public String[] getFieldList()
public float getVersion()
public String getSoftware()
public Date getStartDate()
public Date getEndDate()
public Date getDate()
Copyright © 2016 Actian Corporation. All rights reserved.