com.adventnet.adaptors.http
Class HttpAuthTableXMLToVector
java.lang.Object
|
+--com.adventnet.adaptors.http.HttpAuthTableXMLToVector
- public class HttpAuthTableXMLToVector
- extends java.lang.Object
- implements UpdateListener
|
Field Summary |
(package private) static java.lang.String[] |
columnNames
|
(package private) static int |
PASSWORD
|
(package private) static int |
USER
|
| Methods inherited from class java.lang.Object |
,
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
USER
static final int USER
PASSWORD
static final int PASSWORD
columnNames
static final java.lang.String[] columnNames
HttpAuthTableXMLToVector
public HttpAuthTableXMLToVector(java.lang.String dirStr,
java.lang.String fileName)
getColumnId
public static int getColumnId(java.lang.String name)
getColumnValue
public java.lang.String getColumnValue(HttpAuthEntry entry,
java.lang.String columnName)
readFromFile
public void readFromFile()
throws java.lang.Exception
writeIntoFile
public void writeIntoFile()
- Description copied from interface: UpdateListener
- This will be especially useful in writing the entry values of the
table in a file.
- Specified by:
- writeIntoFile in interface UpdateListener
setTable
public void setTable(HttpAuthTable handler)