|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Thread
crlparser.Parser
public abstract class Parser
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.lang.Thread |
|---|
java.lang.Thread.State, java.lang.Thread.UncaughtExceptionHandler |
| Field Summary | |
|---|---|
protected java.util.Vector |
files
|
java.io.PrintWriter |
fW
|
ParserListener |
listener
|
| Fields inherited from class java.lang.Thread |
|---|
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
| Constructor Summary | |
|---|---|
Parser()
|
|
| Method Summary | |
|---|---|
void |
addParserListener(ParserListener listener)
to get the output from this parser it has to have a listener otherise the file address or stream is lost |
java.io.File[] |
getFiles()
|
abstract void |
process(java.io.File file)
First of two methods running this self starting threade class It parses the fille according to default of previously loaded alphabet |
abstract void |
process(java.lang.Object mfE)
|
void |
run()
overriden as form Thread |
void |
test()
|
protected java.lang.String[] |
tokenize(java.lang.String input)
|
protected java.lang.String[] |
tokenize(java.lang.String input,
java.lang.String delim)
Creates a parametrized tokenizer returning an array of string |
static void |
writeCRL(org.w3c.dom.Node node,
java.lang.String indent,
java.io.PrintWriter fW)
unprotected method.. |
| Methods inherited from class java.lang.Thread |
|---|
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getAllStackTraces, getContextClassLoader, getDefaultUncaughtExceptionHandler, getId, getName, getPriority, getStackTrace, getState, getThreadGroup, getUncaughtExceptionHandler, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setDefaultUncaughtExceptionHandler, setName, setPriority, setUncaughtExceptionHandler, sleep, sleep, start, stop, stop, suspend, toString, yield |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.util.Vector files
public ParserListener listener
public java.io.PrintWriter fW
| Constructor Detail |
|---|
public Parser()
| Method Detail |
|---|
public void addParserListener(ParserListener listener)
public void test()
public abstract void process(java.io.File file)
file - - file to parsepublic java.io.File[] getFiles()
public abstract void process(java.lang.Object mfE)
public static void writeCRL(org.w3c.dom.Node node,
java.lang.String indent,
java.io.PrintWriter fW)
node - indent - fW - protected java.lang.String[] tokenize(java.lang.String input)
protected java.lang.String[] tokenize(java.lang.String input,
java.lang.String delim)
public void run()
run in interface java.lang.Runnablerun in class java.lang.Thread
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||