Package org.onebusaway.admin.bundle
Interface StagingBundleSource
-
- All Known Implementing Classes:
DirectoryStagingBundleSource
public interface StagingBundleSource
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
checkIsValidBundleFile(String bundleId, String relativeFilePath)
File
getBundleFile(String bundleId, String relativeFilePath)
void
stage(String env, String bundleDir, String bundleName)
-
-
-
Method Detail
-
getBundleFile
File getBundleFile(String bundleId, String relativeFilePath) throws FileNotFoundException
- Throws:
FileNotFoundException
-
-