Uses of Class
org.orekit.data.ZipJarCrawler
-
Packages that use ZipJarCrawler Package Description org.orekit.data This package provide base classes for exploring the configured data directory tree and read external data that can be used by the library. -
-
Uses of ZipJarCrawler in org.orekit.data
Methods in org.orekit.data that return ZipJarCrawler Modifier and Type Method Description protected abstract ZipJarCrawler
AbstractListCrawler. getZipJarCrawler(T input)
Get a zip/jar crawler for an input.protected ZipJarCrawler
FilesListCrawler. getZipJarCrawler(File input)
Get a zip/jar crawler for an input.protected ZipJarCrawler
NetworkCrawler. getZipJarCrawler(URL input)
Get a zip/jar crawler for an input.
-