Uses of Package
jimm.util

Packages that use jimm.util
jimm.datavision Provides the classes and interfaces that make up a DataVision report. 
jimm.datavision.field Field, its subclasses, and related classes like Format and Border. 
jimm.datavision.layout Provides concrete layout engine implementations. 
jimm.datavision.source The abstract classes and interfaces that define a data source. 
jimm.datavision.source.charsep Provides the classes and interfaces that make up the a data source that reads character-separated file such as CSV files. 
jimm.datavision.source.ncsql A data source that acts like a database data source but can't run reports and gets its column descriptions from metadata described in the report XML file. 
jimm.datavision.source.object Provides the classes and interfaces that make up the a data source that uses an ArrayList of HashMaps representing a table of data. 
jimm.datavision.source.sql Provides the classes and interfaces that make up the database data source. 
jimm.datavision.test Provides the JUnit test classes used during DataVision development. 
jimm.datavision.test.mock.source   
jimm.util Contains utility classes that aren't specific to DataVision. 
 

Classes in jimm.util used by jimm.datavision
Getopts
          Getopts is similar to the UN*X getopt() system call.
XMLWriter
          An XML writer is a print writer that knows how to output XML elements and make the output look pretty.
 

Classes in jimm.util used by jimm.datavision.field
XMLWriter
          An XML writer is a print writer that knows how to output XML elements and make the output look pretty.
 

Classes in jimm.util used by jimm.datavision.layout
XMLWriter
          An XML writer is a print writer that knows how to output XML elements and make the output look pretty.
 

Classes in jimm.util used by jimm.datavision.source
XMLWriter
          An XML writer is a print writer that knows how to output XML elements and make the output look pretty.
 

Classes in jimm.util used by jimm.datavision.source.charsep
XMLWriter
          An XML writer is a print writer that knows how to output XML elements and make the output look pretty.
 

Classes in jimm.util used by jimm.datavision.source.ncsql
XMLWriter
          An XML writer is a print writer that knows how to output XML elements and make the output look pretty.
 

Classes in jimm.util used by jimm.datavision.source.object
XMLWriter
          An XML writer is a print writer that knows how to output XML elements and make the output look pretty.
 

Classes in jimm.util used by jimm.datavision.source.sql
XMLWriter
          An XML writer is a print writer that knows how to output XML elements and make the output look pretty.
 

Classes in jimm.util used by jimm.datavision.test
Getopts
          Getopts is similar to the UN*X getopt() system call.
XMLWriter
          An XML writer is a print writer that knows how to output XML elements and make the output look pretty.
 

Classes in jimm.util used by jimm.datavision.test.mock.source
XMLWriter
          An XML writer is a print writer that knows how to output XML elements and make the output look pretty.
 

Classes in jimm.util used by jimm.util
Replacer
          Used by StringUtils.replaceDelimited(java.lang.String, java.lang.String, jimm.util.Replacer, java.lang.String) for replacing delimited strings within one string with other strings.