public class GtfsFileProcessor
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static void |
main(java.lang.String[] args)
For actually invoking the GTFS processor.
|
void |
process()
Once the GtfsFileProcessor is constructed and the options have been set
then this function is used to actually process the GTFS data and store it
into the database.
|
public void process() throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public static void main(java.lang.String[] args)
args
-