Class LibPstParserConfig
- java.lang.Object
-
- org.apache.tika.parser.microsoft.libpst.LibPstParserConfig
-
- All Implemented Interfaces:
Serializable
public class LibPstParserConfig extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description LibPstParserConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxEmails()longgetTimeoutSeconds()booleanisDebug()booleanisIncludeDeleted()booleanisProcessEmailAsMsg()voidsetDebug(boolean debug)voidsetIncludeDeleted(boolean includeDeleted)voidsetMaxEmails(int maxEmails)voidsetProcessEmailAsMsg(boolean processEmailAsMsg)voidsetTimeoutSeconds(long timeoutSeconds)
-
-
-
Method Detail
-
getTimeoutSeconds
public long getTimeoutSeconds()
-
setTimeoutSeconds
public void setTimeoutSeconds(long timeoutSeconds)
-
isDebug
public boolean isDebug()
-
setDebug
public void setDebug(boolean debug)
-
isProcessEmailAsMsg
public boolean isProcessEmailAsMsg()
-
setProcessEmailAsMsg
public void setProcessEmailAsMsg(boolean processEmailAsMsg)
-
isIncludeDeleted
public boolean isIncludeDeleted()
-
setIncludeDeleted
public void setIncludeDeleted(boolean includeDeleted)
-
getMaxEmails
public int getMaxEmails()
-
setMaxEmails
public void setMaxEmails(int maxEmails)
-
-