Package org.apache.tika.parser.strings
Class StringsConfig
java.lang.Object
org.apache.tika.parser.strings.StringsConfig
- All Implemented Interfaces:
Serializable
Deprecated.
This version of the Apache Tika library is deprecated. Use your own version of Apache Tika.
Configuration for the "strings" (or strings-alternative) command.
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionDeprecated.Default contructor.Deprecated.Loads properties from InputStream and then tries to close InputStream. -
Method Summary
Modifier and TypeMethodDescriptionDeprecated.Returns the character encoding of the strings that are to be found.intDeprecated.Returns the minimum sequence length (characters) to print.Deprecated.Returns the "strings" installation folder.intDeprecated.Returns the maximum time (in seconds) to wait for the "strings" command to terminate.voidsetEncoding(StringsEncoding encoding) Deprecated.Sets the character encoding of the strings that are to be found.voidsetMinLength(int minLength) Deprecated.Sets the minimum sequence length (characters) to print.voidsetStringsPath(String path) Deprecated.Sets the "strings" installation folder.voidsetTimeout(int timeout) Deprecated.Sets the maximum time (in seconds) to wait for the "strings" command to terminate.
-
Constructor Details
-
StringsConfig
public StringsConfig()Deprecated.Default contructor. -
StringsConfig
Deprecated.Loads properties from InputStream and then tries to close InputStream. If there is an IOException, this silently swallows the exception and goes back to the default.- Parameters:
is-
-
-
Method Details
-
getStringsPath
Deprecated.Returns the "strings" installation folder.- Returns:
- the "strings" installation folder.
-
getMinLength
public int getMinLength()Deprecated.Returns the minimum sequence length (characters) to print.- Returns:
- the minimum sequence length (characters) to print.
-
getEncoding
Deprecated.Returns the character encoding of the strings that are to be found.- Returns:
StringsEncodingenum that represents the character encoding of the strings that are to be found.
-
getTimeout
public int getTimeout()Deprecated.Returns the maximum time (in seconds) to wait for the "strings" command to terminate.- Returns:
- the maximum time (in seconds) to wait for the "strings" command to terminate.
-
setStringsPath
Deprecated.Sets the "strings" installation folder.- Parameters:
path- the "strings" installation folder.
-
setMinLength
public void setMinLength(int minLength) Deprecated.Sets the minimum sequence length (characters) to print.- Parameters:
minLength- the minimum sequence length (characters) to print.
-
setEncoding
Deprecated.Sets the character encoding of the strings that are to be found.- Parameters:
encoding-StringsEncodingenum that represents the character encoding of the strings that are to be found.
-
setTimeout
public void setTimeout(int timeout) Deprecated.Sets the maximum time (in seconds) to wait for the "strings" command to terminate.- Parameters:
timeout- the maximum time (in seconds) to wait for the "strings" command to terminate.
-