Uses of Class
org.apache.tika.pipes.emitter.jdbc.JDBCEmitter.AttachmentStrategy
-
Packages that use JDBCEmitter.AttachmentStrategy Package Description org.apache.tika.pipes.emitter.jdbc -
-
Uses of JDBCEmitter.AttachmentStrategy in org.apache.tika.pipes.emitter.jdbc
Methods in org.apache.tika.pipes.emitter.jdbc that return JDBCEmitter.AttachmentStrategy Modifier and Type Method Description static JDBCEmitter.AttachmentStrategy
JDBCEmitter.AttachmentStrategy. valueOf(String name)
Returns the enum constant of this type with the specified name.static JDBCEmitter.AttachmentStrategy[]
JDBCEmitter.AttachmentStrategy. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.tika.pipes.emitter.jdbc with parameters of type JDBCEmitter.AttachmentStrategy Modifier and Type Method Description void
JDBCEmitter. setAttachmentStrategy(JDBCEmitter.AttachmentStrategy attachmentStrategy)
-