org.onebusaway.quickstart.bootstrap
Class BootstrapMain

java.lang.Object
  extended by org.onebusaway.quickstart.bootstrap.BootstrapMain

public class BootstrapMain
extends Object

This is the bootstrap entry point for the onebusaway-quickstart WAR that provides an executable war that can be used to quickly build a transit data bundle and run a simple webapp on top of that bundle. We have functionality to bootstrap a Java classpath from JARs contained within and then execute targets within those JARs.

Author:
bdferris

Constructor Summary
BootstrapMain()
           
 
Method Summary
static void main(String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BootstrapMain

public BootstrapMain()
Method Detail

main

public static void main(String[] args)
                 throws Exception
Throws:
Exception


Copyright © 2012 OneBusAway. All Rights Reserved.