finance.edgar
Class TenKProcessor
java.lang.Object
finance.edgar.TenKProcessor
- All Implemented Interfaces:
- LineProcessor, Stoppable
public class TenKProcessor
- extends java.lang.Object
- implements LineProcessor, Stoppable
Created by IntelliJ IDEA.
User: dlyon
Date: Oct 15, 2008
Time: 8:17:44 PM
SW410: For next week, fix your (possibly busted) unix AND
Finish the TenKProcessor (don't forget the NetProxy settings).
You should have the following stuff in the address book:
SRS LABS INC
2909 DAIMIER ST "\n"
SANTA ANA, CA 92705 "\n"
9494421070
Trim out the unneeded space and tags. That is NOT:
STREET 1: 2909 DAIMIER ST
but
2909 DAIMIER ST
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TenKProcessor
public TenKProcessor()
process
public void process(java.lang.String l)
- Specified by:
process
in interface LineProcessor
getAddressRecord
public AddressRecord getAddressRecord()
isStopped
public boolean isStopped()
- Specified by:
isStopped
in interface Stoppable