Package org.apache.tika.parser.dwg
Class DWGParserConfig
java.lang.Object
org.apache.tika.parser.dwg.DWGParserConfig
- All Implemented Interfaces:
- Serializable
- See Also:
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionintlongbooleanvoidinitialize(Map<String, Param> params) booleanvoidsetCleanDwgReadOutput(boolean cleanDwgReadOutput) voidsetCleanDwgReadOutputBatchSize(int cleanDwgReadOutputBatchSize) voidsetCleanDwgReadRegexToReplace(String cleanDwgReadRegexToReplace) voidsetCleanDwgReadReplaceWith(String cleanDwgReadReplaceWith) voidsetDwgReadExecutable(String dwgReadExecutable) voidsetDwgReadtimeout(long dwgReadtimeout) 
- 
Constructor Details- 
DWGParserConfigpublic DWGParserConfig()
 
- 
- 
Method Details- 
initialize- Throws:
- TikaConfigException
 
- 
hasDwgRead- Throws:
- TikaConfigException
 
- 
getDwgReadExecutable
- 
isCleanDwgReadOutputpublic boolean isCleanDwgReadOutput()
- 
getCleanDwgReadOutputBatchSizepublic int getCleanDwgReadOutputBatchSize()
- 
getDwgReadTimeoutpublic long getDwgReadTimeout()
- 
getCleanDwgReadRegexToReplace
- 
getCleanDwgReadReplaceWith
- 
setDwgReadExecutable
- 
setCleanDwgReadOutputpublic void setCleanDwgReadOutput(boolean cleanDwgReadOutput) 
- 
setCleanDwgReadOutputBatchSizepublic void setCleanDwgReadOutputBatchSize(int cleanDwgReadOutputBatchSize) 
- 
setDwgReadtimeoutpublic void setDwgReadtimeout(long dwgReadtimeout) 
- 
setCleanDwgReadRegexToReplace
- 
setCleanDwgReadReplaceWith
 
-