com.sleepycat.je
Class VerifyConfig

java.lang.Object
  extended by com.sleepycat.je.VerifyConfig

public class VerifyConfig
extends Object

Javadoc for this public class is generated via the doc templates in the doc_src directory.


Field Summary
(package private) static VerifyConfig DEFAULT
           
 
Constructor Summary
VerifyConfig()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 
Method Summary
 boolean getAggressive()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 boolean getPrintInfo()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 boolean getPropagateExceptions()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 int getShowProgressInterval()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 PrintStream getShowProgressStream()
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setAggressive(boolean aggressive)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setPrintInfo(boolean printInfo)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setPropagateExceptions(boolean propagate)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setShowProgressInterval(int showProgressInterval)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 void setShowProgressStream(PrintStream showProgressStream)
          Javadoc for this public method is generated via the doc templates in the doc_src directory.
 String toString()
          Returns the values for each configuration attribute.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

DEFAULT

static VerifyConfig DEFAULT
Constructor Detail

VerifyConfig

public VerifyConfig()
Javadoc for this public method is generated via the doc templates in the doc_src directory.

Method Detail

setPropagateExceptions

public void setPropagateExceptions(boolean propagate)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getPropagateExceptions

public boolean getPropagateExceptions()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setAggressive

public void setAggressive(boolean aggressive)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getAggressive

public boolean getAggressive()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setPrintInfo

public void setPrintInfo(boolean printInfo)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getPrintInfo

public boolean getPrintInfo()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setShowProgressStream

public void setShowProgressStream(PrintStream showProgressStream)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getShowProgressStream

public PrintStream getShowProgressStream()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


setShowProgressInterval

public void setShowProgressInterval(int showProgressInterval)
Javadoc for this public method is generated via the doc templates in the doc_src directory.


getShowProgressInterval

public int getShowProgressInterval()
Javadoc for this public method is generated via the doc templates in the doc_src directory.


toString

public String toString()
Returns the values for each configuration attribute.

Overrides:
toString in class Object
Returns:
the values for each configuration attribute.


Copyright 2004-2005 Sleepycat, Inc. All Rights Reserved.