|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--java.lang.Thread | +--rjw.dc.processes.ImporList
Imports data from a external source. Needs to be a textfile!
location: can be defined like this [NAME] at the end of a row,
OR can be normally defined (like all other fields).
If for a row a location can not be determined the last
used location is used!!
seperator: The fields end always with a seperator, including the last
one.. like this: name > type > description >
The seperators are retrieved from the
Field Summary | |
static boolean |
running
Indicates whether or not the process is running |
Fields inherited from class java.lang.Thread |
MAX_PRIORITY, MIN_PRIORITY, NORM_PRIORITY |
Constructor Summary | |
ImporList(java.lang.String fileName)
Initializes the process, sets the import filename. |
Method Summary | |
void |
run()
Starts the actual import of the external source. |
Methods inherited from class java.lang.Thread |
activeCount, checkAccess, countStackFrames, currentThread, destroy, dumpStack, enumerate, getContextClassLoader, getName, getPriority, getThreadGroup, holdsLock, interrupt, interrupted, isAlive, isDaemon, isInterrupted, join, join, join, resume, setContextClassLoader, setDaemon, setName, setPriority, sleep, sleep, start, stop, stop, suspend, toString, yield |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static boolean running
Constructor Detail |
public ImporList(java.lang.String fileName)
Method Detail |
public void run()
run
in interface java.lang.Runnable
run
in class java.lang.Thread
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |