public class LogScanConfig
extends java.lang.Object
implements java.lang.Cloneable
Modifier and Type | Field and Description |
---|---|
static LogScanConfig |
DEFAULT |
Constructor and Description |
---|
LogScanConfig()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
Modifier and Type | Method and Description |
---|---|
DatabaseConfig |
cloneConfig()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
boolean |
getForwards()
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
void |
setForwards(boolean forwards)
Javadoc for this public method is generated via
the doc templates in the doc_src directory.
|
public static final LogScanConfig DEFAULT
public LogScanConfig()
public void setForwards(boolean forwards)
public boolean getForwards()
public DatabaseConfig cloneConfig()