public class StringsConfig extends Object implements Serializable
| Constructor and Description |
|---|
StringsConfig() |
| Modifier and Type | Method and Description |
|---|---|
StringsEncoding |
getEncoding()
Returns the character encoding of the strings that are to be found.
|
int |
getMinLength()
Returns the minimum sequence length (characters) to print.
|
int |
getTimeoutSeconds()
Returns the maximum time (in seconds) to wait for the "strings" command
to terminate.
|
void |
setEncoding(StringsEncoding encoding)
Sets the character encoding of the strings that are to be found.
|
void |
setMinLength(int minLength)
Sets the minimum sequence length (characters) to print.
|
void |
setTimeoutSeconds(int timeoutSeconds)
Sets the maximum time (in seconds) to wait for the "strings" command to
terminate.
|
public int getMinLength()
public void setMinLength(int minLength)
minLength - the minimum sequence length (characters) to print.public StringsEncoding getEncoding()
StringsEncoding enum that represents the character
encoding of the strings that are to be found.public void setEncoding(StringsEncoding encoding)
encoding - StringsEncoding enum that represents the character
encoding of the strings that are to be found.public int getTimeoutSeconds()
public void setTimeoutSeconds(int timeoutSeconds)
timeoutSeconds - the maximum time (in seconds) to wait for the "strings"
command to terminate.Copyright © 2007–2022 The Apache Software Foundation. All rights reserved.