Uses of Class
org.onebusaway.transit_data_federation.bundle.model.BundleFile
-
Packages that use BundleFile Package Description org.onebusaway.transit_data_federation.bundle.model org.onebusaway.transit_data_federation.bundle.utilities -
-
Uses of BundleFile in org.onebusaway.transit_data_federation.bundle.model
Subclasses of BundleFile in org.onebusaway.transit_data_federation.bundle.model Modifier and Type Class Description classSourceFileMethods in org.onebusaway.transit_data_federation.bundle.model that return types with arguments of type BundleFile Modifier and Type Method Description List<BundleFile>Bundle. getFiles()List<BundleFile>BundleMetadata. getOutputFiles()Method parameters in org.onebusaway.transit_data_federation.bundle.model with type arguments of type BundleFile Modifier and Type Method Description voidBundle. setFiles(List<BundleFile> files)voidBundleMetadata. setOutputFiles(List<BundleFile> bundleFiles) -
Uses of BundleFile in org.onebusaway.transit_data_federation.bundle.utilities
Methods in org.onebusaway.transit_data_federation.bundle.utilities that return types with arguments of type BundleFile Modifier and Type Method Description List<BundleFile>BundleUtilties. getBundleFilesWithSumsForDirectory(File baseDir, File dir, File rootDir)
-