Uses of Class
com.cleancode.data.InputOptions

Packages that use InputOptions
com.cleancode.data This package provides facilities for extensible, configurable, on-the-fly diagnostics, settings, and data logging for standalone programs, CGI interaction, and client-level or server-level programs. 
com.cleancode.jdbc This package contains rudimentary support for getting started with jdbc. 
com.cleancode.log This package provides support for diagnostic logging output. 
com.cleancode.xml This package provides a full-featured XML pre-processor along with several generic XML convenience classes. 
 

Uses of InputOptions in com.cleancode.data
 

Methods in com.cleancode.data with parameters of type InputOptions
static void Diagnostic.init(InputOptions mySettings)
          Initializes the diagnostic system with custom settings.
 

Uses of InputOptions in com.cleancode.jdbc
 

Constructors in com.cleancode.jdbc with parameters of type InputOptions
DBprobe(InputOptions inputOptions, String dbSpecFile)
          Create a standard DBprobe object.
 

Uses of InputOptions in com.cleancode.log
 

Constructors in com.cleancode.log with parameters of type InputOptions
LogWriter(String logName, InputOptions settings)
          Creates a LogWriter object, allowing full customization via the InputOptions object.
 

Uses of InputOptions in com.cleancode.xml
 

Constructors in com.cleancode.xml with parameters of type InputOptions
XmlTransform(InputOptions settings)
          Creates an XmlTransform object with the specified configuration options.
 



CleanCode Java Libraries Copyright © 2001-2012 Michael Sorens - Revised 2012.12.10 Get CleanCode at SourceForge.net. Fast, secure and Free Open Source software downloads