Uses of Enum
org.apache.tika.batch.fs.FSUtil.HANDLE_EXISTING
Packages that use FSUtil.HANDLE_EXISTING
-
Uses of FSUtil.HANDLE_EXISTING in org.apache.tika.batch.fs
Methods in org.apache.tika.batch.fs that return FSUtil.HANDLE_EXISTINGModifier 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.Methods in org.apache.tika.batch.fs with parameters of type FSUtil.HANDLE_EXISTINGModifier 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 strategyConstructors in org.apache.tika.batch.fs with parameters of type FSUtil.HANDLE_EXISTINGModifierConstructorDescriptionFSOutputStreamFactory
(Path outputRoot, FSUtil.HANDLE_EXISTING handleExisting, FSOutputStreamFactory.COMPRESSION compression, String suffix)