verinec.importer.parser
Class ImporterEnvironment.ImportLogRecord

java.lang.Object
  extended by 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?


Field Summary
(package private)  String name
           
(package private)  String text
           
(package private)  String texttype
           
(package private)  String type
           
 
Constructor Summary
ImporterEnvironment.ImportLogRecord(String type, String name, String texttype, String text)
          Create a new log record.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

type

String type

name

String name

texttype

String texttype

text

String text
Constructor Detail

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 record
texttype - INFO, WARNING. Free form, used only as indication to user
text - Description of the information

Copyright © 2005 Verinec, DIUF