Class StopNameUpdateFactoryStrategy
- java.lang.Object
-
- org.onebusaway.gtfs_transformer.updates.StopNameUpdateFactoryStrategy
-
public class StopNameUpdateFactoryStrategy extends Object
-
-
Constructor Summary
Constructors Constructor Description StopNameUpdateFactoryStrategy()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GtfsTransformStrategycreate(BufferedReader reader)GtfsTransformStrategycreateFromFile(File file)GtfsTransformStrategycreateFromUrl(URL url)
-
-
-
Method Detail
-
createFromUrl
public GtfsTransformStrategy createFromUrl(URL url) throws IOException
- Throws:
IOException
-
createFromFile
public GtfsTransformStrategy createFromFile(File file) throws IOException
- Throws:
IOException
-
create
public GtfsTransformStrategy create(BufferedReader reader) throws IOException
- Throws:
IOException
-
-