Uses of Class
org.apache.tika.metadata.TikaCoreProperties.EmbeddedResourceType
-
Packages that use TikaCoreProperties.EmbeddedResourceType Package Description org.apache.tika.metadata Multi-valued metadata container, and set of constant metadata fields. -
-
Uses of TikaCoreProperties.EmbeddedResourceType in org.apache.tika.metadata
Methods in org.apache.tika.metadata that return TikaCoreProperties.EmbeddedResourceType Modifier and Type Method Description static TikaCoreProperties.EmbeddedResourceTypeTikaCoreProperties.EmbeddedResourceType. valueOf(String name)Returns the enum constant of this type with the specified name.static TikaCoreProperties.EmbeddedResourceType[]TikaCoreProperties.EmbeddedResourceType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-