Class AbstractDWGParser
java.lang.Object
org.apache.tika.parser.dwg.AbstractDWGParser
- All Implemented Interfaces:
Serializable, Parser
- Direct Known Subclasses:
DWGParser, DWGReadParser
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidconfigure(ParseContext parseContext) intlongbooleanvoidsetCleanDwgReadOutput(boolean cleanDwgReadOutput) voidsetCleanDwgReadOutputBatchSize(int cleanDwgReadOutputBatchSize) voidsetCleanDwgReadRegexToReplace(String cleanDwgReadRegexToReplace) voidsetCleanDwgReadReplaceWith(String cleanDwgReadReplaceWith) voidsetDwgReadExecutable(String dwgReadExecutable) voidsetDwgReadTimeout(long dwgReadTimeout) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface 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
-