Uses of Enum
org.apache.tika.batch.fs.FSUtil.HANDLE_EXISTING
-
Uses of FSUtil.HANDLE_EXISTING in org.apache.tika.batch.fs
Modifier and TypeMethodDescriptionstatic FSUtil.HANDLE_EXISTING
Returns the enum constant of this type with the specified name.static FSUtil.HANDLE_EXISTING[]
FSUtil.HANDLE_EXISTING.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionstatic File
FSUtil.getOutputFile
(File outputRoot, String initialRelativePath, FSUtil.HANDLE_EXISTING handleExisting, String suffix) Deprecated.static Path
FSUtil.getOutputPath
(Path outputRoot, String initialRelativePath, FSUtil.HANDLE_EXISTING handleExisting, String suffix) Given an output root and an initial relative path, return the output file according to the HANDLE_EXISTING strategyModifierConstructorDescriptionFSOutputStreamFactory
(File outputRoot, FSUtil.HANDLE_EXISTING handleExisting, FSOutputStreamFactory.COMPRESSION compression, String suffix) Deprecated.FSOutputStreamFactory
(Path outputRoot, FSUtil.HANDLE_EXISTING handleExisting, FSOutputStreamFactory.COMPRESSION compression, String suffix)