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 int
getMaxEmails()
long
getTimeoutSeconds()
boolean
isDebug()
boolean
isIncludeDeleted()
boolean
isProcessEmailAsMsg()
void
setDebug(boolean debug)
void
setIncludeDeleted(boolean includeDeleted)
void
setMaxEmails(int maxEmails)
void
setProcessEmailAsMsg(boolean processEmailAsMsg)
void
setTimeoutSeconds(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)
-
-