Uses of Record Class
org.apache.tika.config.loader.ComponentInfo
Packages that use ComponentInfo
-
Uses of ComponentInfo in org.apache.tika.config.loader
Methods in org.apache.tika.config.loader that return ComponentInfoModifier and TypeMethodDescriptionComponentRegistry.getComponentInfo(String name) Looks up full component information by name.Methods in org.apache.tika.config.loader that return types with arguments of type ComponentInfoModifier and TypeMethodDescriptionComponentRegistry.getAllComponents()Returns all registered component names.ComponentRegistry.getDefaultComponents()Returns all components marked as defaults. -
Uses of ComponentInfo in org.apache.tika.serialization
Methods in org.apache.tika.serialization that return types with arguments of type ComponentInfoModifier and TypeMethodDescriptionstatic Optional<ComponentInfo>ComponentNameResolver.getComponentInfo(String name) Gets the component info for a given friendly name.Methods in org.apache.tika.serialization with parameters of type ComponentInfoModifier and TypeMethodDescriptionstatic Class<?>ComponentNameResolver.determineContextKey(ComponentInfo info) Determines the ParseContext key for a component.