Class FederatedTransitDataBundleConventionMain
- java.lang.Object
-
- org.onebusaway.transit_data_federation.bundle.FederatedTransitDataBundleConventionMain
-
public class FederatedTransitDataBundleConventionMain extends Object
Convention Based / Zero configuration bundle build. Place GTFS in directory tree to build.
-
-
Field Summary
Fields Modifier and Type Field Description static StringBUNDLE_METADATA_JSONstatic StringDATA_DIRstatic StringINPUTS_DIRstatic StringMETADATA_JSONstatic StringOUTPUT_DIR
-
Constructor Summary
Constructors Constructor Description FederatedTransitDataBundleConventionMain()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static voidmain(String[] args)Stringrun(String[] args)
-
-
-
Field Detail
-
BUNDLE_METADATA_JSON
public static final String BUNDLE_METADATA_JSON
- See Also:
- Constant Field Values
-
METADATA_JSON
public static final String METADATA_JSON
- See Also:
- Constant Field Values
-
INPUTS_DIR
public static final String INPUTS_DIR
- See Also:
- Constant Field Values
-
OUTPUT_DIR
public static final String OUTPUT_DIR
- See Also:
- Constant Field Values
-
DATA_DIR
public static final String DATA_DIR
- See Also:
- Constant Field Values
-
-