Package org.databene.benerator.engine

Interface Summary
DescriptorConstants Collects element and attribute names used in Benerator's XML descriptor files.
DescriptorParser Parent interface for all parsers of descriptor file elements.
GeneratorTask Parent interface for Tasks that use a Generator to generate data and a Consumer to consume it.
ResourceManager Parent interface for classes that manage resources.
Statement Parent interface for all statement implementations.
 

Class Summary
BeneratorContext A BeneratorContext.
BeneratorRootStatement The root Statement for executing descriptor file based data generation.
BeneratorShutdownHook Closes resources if system shutdown happens normally or enforced.
DescriptorBasedGenerator Provides easy programmatic access to generators defined in an XML descriptor file.
DescriptorRunner Parses and executes a benerator descriptor file.
ParserFactory Provides the parsers for a Benerator descriptor file.
ResourceManagerSupport Provides a standard implementation of the ResourceManager interface.
XMLNameNormalizer Normalizes XML-valid names to Java-valid camel-case names, e.g. default-script -> defaultScript.
 



Copyright © 2010. All Rights Reserved.