Uses of Class
org.apache.solr.filestore.PackageStore.FileType
-
Packages that use PackageStore.FileType Package Description org.apache.solr.filestore Implementation of Package Store. -
-
Uses of PackageStore.FileType in org.apache.solr.filestore
Methods in org.apache.solr.filestore that return PackageStore.FileType Modifier and Type Method Description static PackageStore.FileTypeDistribPackageStore. _getFileType(File file)PackageStore.FileTypeDistribPackageStore. getType(String path, boolean fetchMissing)PackageStore.FileTypePackageStore. getType(String path, boolean fetchMissing)The type of the resourcestatic PackageStore.FileTypePackageStore.FileType. valueOf(String name)Returns the enum constant of this type with the specified name.static PackageStore.FileType[]PackageStore.FileType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-