Package org.databene.benerator

The root package for the databene-generator library.

See:
          Description

Interface Summary
Generator<E> This is the basic Generator interface, the mother of all generators.
GeneratorContext Provides configuration and variable space for Generators.
 

Class Summary
BeneratorFactory Abstract factory class for extending Benerator.
PropertyMessage Delivers a message that refers to a property.
Version Provides information about the Benerator version.
 

Enum Summary
GeneratorState The state of a generator.
 

Exception Summary
BeneratorError Indicates an error in Benerator execution, for example raised by an <error> element.
IllegalGeneratorStateException Indicates exceptional generator states that stem from inappropriate generator setup or use.
InvalidGeneratorSetupException Indicates invalid setup of a Generator.
 

Package org.databene.benerator Description

The root package for the databene-generator library. Generator is the common interface of all generators. The other generator implementations in this package provide extension points for defining custom generators.



Copyright © 2011. All Rights Reserved.