org.onebusaway.gtfs_transformer.updates
Class StopNameUpdateStrategyFactory

java.lang.Object
  extended by org.onebusaway.gtfs_transformer.updates.StopNameUpdateStrategyFactory

public class StopNameUpdateStrategyFactory
extends java.lang.Object


Constructor Summary
StopNameUpdateStrategyFactory()
           
 
Method Summary
 GtfsTransformStrategy create(java.io.BufferedReader reader)
           
 GtfsTransformStrategy createFromFile(java.io.File file)
           
 GtfsTransformStrategy createFromUrl(java.net.URL url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StopNameUpdateStrategyFactory

public StopNameUpdateStrategyFactory()
Method Detail

createFromUrl

public GtfsTransformStrategy createFromUrl(java.net.URL url)
                                    throws java.io.IOException
Throws:
java.io.IOException

createFromFile

public GtfsTransformStrategy createFromFile(java.io.File file)
                                     throws java.io.IOException
Throws:
java.io.IOException

create

public GtfsTransformStrategy create(java.io.BufferedReader reader)
                             throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2011 OneBusAway. All Rights Reserved.