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