Package org.onebusaway.admin.bundle
Class StagingBundleProvider
- java.lang.Object
-
- org.onebusaway.admin.bundle.StagingBundleProvider
-
public class StagingBundleProvider extends Object
-
-
Constructor Summary
Constructors Constructor Description StagingBundleProvider(StagingBundleSource bundleSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
checkIsValidStagedBundleFile(String bundleId, String relativeFilePath)
File
getBundleFile(String bundleDirectory, String relativeFilePath)
BundleMetadata
getMetadata(String stagingDirectory)
-
-
-
Constructor Detail
-
StagingBundleProvider
public StagingBundleProvider(StagingBundleSource bundleSource)
-
-
Method Detail
-
getBundleFile
public File getBundleFile(String bundleDirectory, String relativeFilePath) throws FileNotFoundException
- Throws:
FileNotFoundException
-
checkIsValidStagedBundleFile
public boolean checkIsValidStagedBundleFile(String bundleId, String relativeFilePath)
-
getMetadata
public BundleMetadata getMetadata(String stagingDirectory) throws Exception
- Throws:
Exception
-
-