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 ZipJarCrawlerAbstractListCrawler. getZipJarCrawler(T input)Get a zip/jar crawler for an input.protected ZipJarCrawlerFilesListCrawler. getZipJarCrawler(File input)Get a zip/jar crawler for an input.protected ZipJarCrawlerNetworkCrawler. getZipJarCrawler(URL input)Get a zip/jar crawler for an input.
-