public class LookupFileReader
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
COLON_SYMBOL |
static java.lang.String |
DOT_SYMBOL |
static java.lang.String |
IP_LIST_TABLE_NAME |
| Constructor and Description |
|---|
LookupFileReader(java.io.File file)
Constructor for the LookupFileReader.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Hashtable |
getTableFormat()
This is the primary method that will be used to access the contents
of the lookup table.
|
public static final java.lang.String IP_LIST_TABLE_NAME
public static final java.lang.String DOT_SYMBOL
public static final java.lang.String COLON_SYMBOL
public LookupFileReader(java.io.File file)
file - The file being read. Should be of the format:public java.util.Hashtable getTableFormat()
throws java.lang.Exception
java.lang.Exception