Class FederatedTransitDataBundleCreatorMain
- java.lang.Object
-
- org.onebusaway.transit_data_federation.bundle.FederatedTransitDataBundleCreatorMain
-
public class FederatedTransitDataBundleCreatorMain extends Object
Command line tool for federated transit data bundle creator. AllowsFederatedTransitDataBundleCreatorto configured and run from the command line.- Author:
- bdferris
- See Also:
FederatedTransitDataBundleCreator
-
-
Constructor Summary
Constructors Constructor Description FederatedTransitDataBundleCreatorMain()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidbuildOptions(org.apache.commons.cli.Options options)protected voidcopyFiles(File from, File to)static voidmain(String[] args)protected voidprintUsage()voidrun(String[] args)protected voidsetStagesToSkip(org.apache.commons.cli.CommandLine commandLine, FederatedTransitDataBundleCreator creator)
-
-
-
Method Detail
-
buildOptions
protected void buildOptions(org.apache.commons.cli.Options options)
-
printUsage
protected void printUsage()
-
setStagesToSkip
protected void setStagesToSkip(org.apache.commons.cli.CommandLine commandLine, FederatedTransitDataBundleCreator creator)
-
copyFiles
protected void copyFiles(File from, File to) throws IOException
- Throws:
IOException
-
-