Package org.databene.benerator.engine

Interface Summary
BeneratorMonitorMBean MBean interface for monitoring Benerator.
DescriptorConstants Collects element and attribute names used in Benerator's XML descriptor files.
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.
BeneratorMonitor MBean implementation for monitoring Benerator.
BeneratorOpts Provides support for Benerator's system property settings.
BeneratorRootStatement The root Statement for executing descriptor file based data generation.
BeneratorShutdownHook Closes resources if system shutdown happens normally or enforced.
DefaultBeneratorFactory Default implementation of the abstract BeneratorFactory class.
DescriptorBasedGenerator Provides easy programmatic access to generators defined in an XML descriptor file.
DescriptorRunner Parses and executes a benerator descriptor file.
EmptyStatement Statement implementation that does not do anything, sometimes useful for testing.
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 © 2011. All Rights Reserved.