public abstract class AbstractDWGParser extends AbstractParser
Constructor and Description |
---|
AbstractDWGParser() |
Modifier and Type | Method and Description |
---|---|
void |
configure(ParseContext parseContext) |
int |
getCleanDwgReadOutputBatchSize() |
String |
getCleanDwgReadRegexToReplace() |
String |
getCleanDwgReadReplaceWith() |
String |
getDwgReadExecutable() |
long |
getDwgReadTimeout() |
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) |
parse
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getSupportedTypes, parse
public void configure(ParseContext parseContext)
public String getDwgReadExecutable()
public boolean isCleanDwgReadOutput()
@Field public void setCleanDwgReadOutput(boolean cleanDwgReadOutput)
public int getCleanDwgReadOutputBatchSize()
@Field public void setCleanDwgReadOutputBatchSize(int cleanDwgReadOutputBatchSize)
public String getCleanDwgReadRegexToReplace()
@Field public void setCleanDwgReadRegexToReplace(String cleanDwgReadRegexToReplace)
public String getCleanDwgReadReplaceWith()
@Field public void setCleanDwgReadReplaceWith(String cleanDwgReadReplaceWith)
public long getDwgReadTimeout()
@Field public void setDwgReadTimeout(long dwgReadTimeout)
Copyright © 2007–2023 The Apache Software Foundation. All rights reserved.