Package org.onebusaway.admin.bundle
Class BundleProvider
- java.lang.Object
-
- org.onebusaway.admin.bundle.BundleProvider
-
public class BundleProvider extends Object
-
-
Constructor Summary
Constructors Constructor Description BundleProvider(BundleSource bundleSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkIsValidBundleFile(String bundleId, String relativeFilePath)
File
getBundleFile(String bundleId, String relativeFilePath)
List<Bundle>
getBundles()
-
-
-
Constructor Detail
-
BundleProvider
public BundleProvider(BundleSource bundleSource)
-
-
Method Detail
-
getBundleFile
public File getBundleFile(String bundleId, String relativeFilePath) throws FileNotFoundException
- Throws:
FileNotFoundException
-
-