Package org.apache.tika.parser.dwg
Class DWGParserConfig
- java.lang.Object
-
- org.apache.tika.parser.dwg.DWGParserConfig
-
- All Implemented Interfaces:
Serializable
public class DWGParserConfig extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DWGParserConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getCleanDwgReadOutputBatchSize()
String
getCleanDwgReadRegexToReplace()
String
getCleanDwgReadReplaceWith()
String
getDwgReadExecutable()
long
getDwgReadTimeout()
boolean
hasDwgRead()
void
initialize(Map<String,Param> params)
boolean
isCleanDwgReadOutput()
void
setCleanDwgReadOutput(boolean cleanDwgReadOutput)
void
setCleanDwgReadOutputBatchSize(int cleanDwgReadOutputBatchSize)
void
setCleanDwgReadRegexToReplace(String cleanDwgReadRegexToReplace)
void
setCleanDwgReadReplaceWith(String cleanDwgReadReplaceWith)
void
setDwgReadExecutable(String dwgReadExecutable)
void
setDwgReadtimeout(long dwgReadtimeout)
-
-
-
Method Detail
-
initialize
public void initialize(Map<String,Param> params) throws TikaConfigException
- Throws:
TikaConfigException
-
hasDwgRead
public boolean hasDwgRead() throws TikaConfigException
- Throws:
TikaConfigException
-
getDwgReadExecutable
public String getDwgReadExecutable()
-
isCleanDwgReadOutput
public boolean isCleanDwgReadOutput()
-
getCleanDwgReadOutputBatchSize
public int getCleanDwgReadOutputBatchSize()
-
getDwgReadTimeout
public long getDwgReadTimeout()
-
getCleanDwgReadRegexToReplace
public String getCleanDwgReadRegexToReplace()
-
getCleanDwgReadReplaceWith
public String getCleanDwgReadReplaceWith()
-
setDwgReadExecutable
public void setDwgReadExecutable(String dwgReadExecutable)
-
setCleanDwgReadOutput
public void setCleanDwgReadOutput(boolean cleanDwgReadOutput)
-
setCleanDwgReadOutputBatchSize
public void setCleanDwgReadOutputBatchSize(int cleanDwgReadOutputBatchSize)
-
setDwgReadtimeout
public void setDwgReadtimeout(long dwgReadtimeout)
-
setCleanDwgReadRegexToReplace
public void setCleanDwgReadRegexToReplace(String cleanDwgReadRegexToReplace)
-
setCleanDwgReadReplaceWith
public void setCleanDwgReadReplaceWith(String cleanDwgReadReplaceWith)
-
-