Package org.apache.tika.parser.dwg
Class AbstractDWGParser
java.lang.Object
org.apache.tika.parser.dwg.AbstractDWGParser
- All Implemented Interfaces:
Serializable
,Parser
- Direct Known Subclasses:
DWGParser
,DWGReadParser
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
configure
(ParseContext parseContext) int
long
boolean
void
setCleanDwgReadOutput
(boolean cleanDwgReadOutput) void
setCleanDwgReadOutputBatchSize
(int cleanDwgReadOutputBatchSize) void
setCleanDwgReadRegexToReplace
(String cleanDwgReadRegexToReplace) void
setCleanDwgReadReplaceWith
(String cleanDwgReadReplaceWith) void
setDwgReadExecutable
(String dwgReadExecutable) void
setDwgReadTimeout
(long dwgReadTimeout) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.apache.tika.parser.Parser
getSupportedTypes, parse
-
Constructor Details
-
AbstractDWGParser
public AbstractDWGParser()
-
-
Method Details
-
configure
-
getDwgReadExecutable
-
setDwgReadExecutable
-
isCleanDwgReadOutput
public boolean isCleanDwgReadOutput() -
setCleanDwgReadOutput
-
getCleanDwgReadOutputBatchSize
public int getCleanDwgReadOutputBatchSize() -
setCleanDwgReadOutputBatchSize
-
getCleanDwgReadRegexToReplace
-
setCleanDwgReadRegexToReplace
-
getCleanDwgReadReplaceWith
-
setCleanDwgReadReplaceWith
-
getDwgReadTimeout
public long getDwgReadTimeout() -
setDwgReadTimeout
-