verinec.importer.parser
Class ImporterEnvironment.ImportLogRecord
java.lang.Object
verinec.importer.parser.ImporterEnvironment.ImportLogRecord
- Enclosing class:
- ImporterEnvironment
public class ImporterEnvironment.ImportLogRecord
- extends Object
warning record
Can be of different text types like INFO, WARNING, ... todo: full list?
todo: what is the type for?
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
type
String type
name
String name
texttype
String texttype
text
String text
ImporterEnvironment.ImportLogRecord
public ImporterEnvironment.ImportLogRecord(String type,
String name,
String texttype,
String text)
- Create a new log record.
- Parameters:
type - Whether this is ethernet "file" import or iptables "table"name - Title of the recordtexttype - INFO, WARNING. Free form, used only as indication to usertext - Description of the information