|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.adventnet.adaptors.html.HtmlAuthTableXMLToVector
public class HtmlAuthTableXMLToVector
| Field Summary | |
|---|---|
(package private) static java.lang.String[] |
columnNames
|
(package private) static int |
PASSWORD
|
(package private) static int |
USER
|
| Constructor Summary | |
|---|---|
HtmlAuthTableXMLToVector(java.lang.String dirStr,
java.lang.String fileName)
This constructor is used to read and convert HtmlAuth XML files into vector format. |
|
| Method Summary | |
|---|---|
static int |
getColumnId(java.lang.String name)
Returns the columnId for the specified value |
java.lang.String |
getColumnValue(HtmlAuthEntry entry,
java.lang.String columnName)
Returns the column value |
void |
readFromFile()
This method is used to read HtmlAuth XML files. |
void |
setTable(HtmlAuthTable handler)
This method is used in writing the values of the table in a file |
void |
writeIntoFile()
This method is used in writing the entry values of the table in a file |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
static final int USER
static final int PASSWORD
static final java.lang.String[] columnNames
| Constructor Detail |
|---|
public HtmlAuthTableXMLToVector(java.lang.String dirStr,
java.lang.String fileName)
directory - file - name| Method Detail |
|---|
public static int getColumnId(java.lang.String name)
String -
public java.lang.String getColumnValue(HtmlAuthEntry entry,
java.lang.String columnName)
HtmlAuthEntry - column - name
public void readFromFile()
throws java.lang.Exception
java.lang.Exceptionpublic void writeIntoFile()
writeIntoFile in interface UpdateListenerpublic void setTable(HtmlAuthTable handler)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||