|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
ComponentBuilder implementation.ConstraintValidator interface.Converter interface, providing management of source and target type.EntitySource
to be used as parent class for custom implementations.Generator implementation which holds a state and state management methods.NullableGenerator implementation which holds a state and state management methods.ObservableBean.Task tests.Validator interface.WeightFunction interface.Consumer implementation which sums up the values of a 'feature' of all objects it consumes
and return the sum as 'sum' property of type 'type'.Address objects.GridBagLayout.Invoker
calls in a performance test run.ComponentBuilder implementation which builds array elements.ArrayTypeDescriptor.Generators.Iterable interface which creates Iterator that iterate over an array.Iterator implementation that iterates the elements of an array.Number products of another Generator to BigDecimal.Number products of another Generator to BigInteger.Number products of another Generator to Byte.Number products of another Generator to Float.Number products of another Generator to Integer.Number products of another Generator to Short.x.y = f.d + 3.IndividualWeight implementation that weighs objects individually.FileChooser interface.BankAccounts with low validity requirements.BankAccount.BankAccounts with low validity requirements.byte arrays.ConstraintValidator with a databene commons Validator.Expression implementation that instantiates a JavaBean by default constructor and
calls its property setters for initializing state.Task implementation that instantiates a JavaBean.EntityResolver implementation for the Benerator descriptor schema.Statement for executing descriptor file based data generation.Script implementation for BeneratorScript.ScriptFactory implementation for BeneratorScript.BidirectionalIterator for Lists.Date objects for a person's birth day.Sequence implementation for a distribution that creates the bit-reverses (r)
of a continuous series, e.g. r(1), r(2), r(3), ...; the numbers produced by a related
generator are unique as long as the generator is not reset.BlockJUnit4ClassRunner for supporting ContiPerf features
in performance test suites.Boolean values to Numbers: false to 0,
true to 1.- Boolean2NumberConverter(Class<T>) -
Constructor for class org.databene.commons.converter.Boolean2NumberConverter
-
- BooleanComparator - Class in org.databene.commons.comparator
- Compares values of type Boolean or boolean.
- BooleanComparator() -
Constructor for class org.databene.commons.comparator.BooleanComparator
-
- BooleanGenerator - Class in org.databene.benerator.primitive
- Generates boolean values with a configurable quota of true values.
- BooleanGenerator() -
Constructor for class org.databene.benerator.primitive.BooleanGenerator
- Initializes the generator to a trueQuota of 50%
- BooleanGenerator(double) -
Constructor for class org.databene.benerator.primitive.BooleanGenerator
- Initializes the generator to a trueQuota
- BOOLEANLITERAL -
Static variable in class org.databene.benerator.script.BeneratorLexer
-
- BOOLEANLITERAL -
Static variable in class org.databene.benerator.script.BeneratorParser
-
- BooleanMapper<T> - Class in org.databene.commons.converter
- Maps true, false and null to configured aliases, e.g. '1', '0' and '?'.
- BooleanMapper() -
Constructor for class org.databene.commons.converter.BooleanMapper
-
- BooleanMapper(T, T, T) -
Constructor for class org.databene.commons.converter.BooleanMapper
-
- BOSNIA_AND_HERZEGOVINA -
Static variable in class org.databene.domain.address.Country
-
- BOSNIAN -
Static variable in interface org.databene.commons.Locales
-
- BRAZIL -
Static variable in class org.databene.domain.address.Country
-
- build(Generator<T>, int, DocumentWriter<T>) -
Static method in class org.databene.benerator.file.FileBuilder
-
- buildArrayOfType(Class<T>, T...) -
Static method in class org.databene.commons.ArrayUtil
-
- buildComponentFor(E) -
Method in class org.databene.benerator.composite.AlternativeComponentBuilder
-
- buildComponentFor(E) -
Method in interface org.databene.benerator.composite.ComponentBuilder
-
- buildComponentFor(E) -
Method in class org.databene.benerator.composite.DefaultComponentBuilder
-
- builders -
Variable in class org.databene.benerator.composite.MultiComponentBuilder
-
- building -
Variable in class org.databene.domain.address.Address
-
- buildMap(K, V) -
Static method in class org.databene.commons.CollectionUtil
-
- buildMap(Object...) -
Static method in class org.databene.commons.CollectionUtil
-
- buildOrderedMap(Object...) -
Static method in class org.databene.commons.CollectionUtil
-
- buildRandomComponentFor(E) -
Method in class org.databene.benerator.composite.MultiComponentBuilder
-
- BULGARIA -
Static variable in class org.databene.domain.address.Country
-
- BULGARIAN -
Static variable in interface org.databene.commons.Locales
-
- BYTE -
Static variable in class org.databene.commons.converter.JavaType
-
- BYTE -
Static variable in class org.databene.model.data.PrimitiveType
-
- ByteArray2StringConverter - Class in org.databene.commons.converter
- Converts byte arrays to Strings based on a character encoding, e.g.
- ByteArray2StringConverter() -
Constructor for class org.databene.commons.converter.ByteArray2StringConverter
-
- ByteArray2StringConverter(String) -
Constructor for class org.databene.commons.converter.ByteArray2StringConverter
-
- ByteArrayGenerator - Class in org.databene.benerator.wrapper
- Creates arrays of random length filled with random bytes.
- ByteArrayGenerator() -
Constructor for class org.databene.benerator.wrapper.ByteArrayGenerator
-
- ByteArrayGenerator(Generator<Byte>, int, int) -
Constructor for class org.databene.benerator.wrapper.ByteArrayGenerator
-
- ByteArrayGenerator(Generator<Byte>, int, int, Distribution) -
Constructor for class org.databene.benerator.wrapper.ByteArrayGenerator
-
- ByteArrayToBase64Converter - Class in org.databene.commons.converter
- Converts byte arrays to base64 strings and vice versa.
- ByteArrayToBase64Converter() -
Constructor for class org.databene.commons.converter.ByteArrayToBase64Converter
-
Calendar objects to Dates.Context implementation which is case insensitive regarding key Strings.CharSet.String.City objects.Class object to its fully qualified class name.VMInfo.getClassPath()
Generator.close()
Closeable if it is not null
and logs possible exceptions without disturbing program execution.
String with a comma-separated list to an array.ComponentDescriptors.ComponentBuilders.ComplexTypeDescriptor.ComboBoxModels to a composite one.Generator implementation that makes use of other ContextAware
objects by which its threading support is influenced.ListModel to a composite one.Task that wrap several other Tasks.Validator implementation that combines the evaluation results of other Validators.Generator implementation that wraps several String generators
and concatenates their results to a composite String.SimpleDateFormat features.Runnables concurrently.Expression implementation that evaluates a boolean (condition) expression
and, depending if the result was true or false, evaluates the first or second expression delegate.CompositeStatement that holds a condition expression.ExecutionLogger implementation which writes the execution log to the console.InfoPrinter implementation that prints info to the console.NullableGenerator implementation which returns a constant value
(supporting null as value).Converter implementation which invokes a constructor of the target class
with the source object as argument.Invoker implementation which calls the Consumer.startConsuming(Object)
method with the provided argument.Consumers that serve as proxy to other Consumers.Context.ContextAware interface.Context.MethodRule interface
for adding performance test features to test calls.Runner class for wrapping test classes that are unaware of ContiPerf with
a suite class that adds performance test and requirements configuration.Converters that act as a proxy to another converter instance.Converter test classes.Converters that hold a reference to another converter instance.ConvertingIterators.NullableGenerator.Entity data from CSV files.EntitySource implementation which creates Iterables that iterate through CSV files.Filter to a target file.HeavyweightIterator that iterates through all cells of a single CSV column.Sequence implementation for an efficient bell-like distribution.Distribution implementation which uses the inverse of a probability function integral
for efficiently generating numbers with a given probability distribution.CumulativeDistributionFunction.SystemInfo.getCurrentDir()
Date objects that represent the current time.DatabaseDialects.${user.home}/databene.test.properties.Datasets.Date into the number of milliseconds since 1970-01-01 in a certain time zone and back.Date to Timestamp Objects.TypeArithmetic implementation for the Date class.VersionNumberComponent interface,
which exhibits the same ordinal behavior as a snapshot version.Dates by their day of week.Long values with a HiLo strategy using a database sequence for the Hi values.Long values from a database sequence.StorageSystem interface.ClassProvider interface.ComponentBuilders which uses a Mutator
object for abstracting the target object type.HTMLTokenizer.BeneratorContext.TreeModel.Locale-specific CSV file.Strings composed of numerical digits.Generator is able to generate,
puts them into a list and serves the list elements based on its
Distribution.Distribution to use when generating data for the
annotated element.DynamicLongGenerator,
but generates maxFallback values, if max is set to null.Expression.Generator implementation that generates Long numbers,
redefining the underlying distribution on each reset() by
evaluating the min, max, precision,
distribution and unique values.FolderLayout for Eclipse.ArgumentsProvider implementation for no-arg invocations.ExecutionLogger interface.ComplexTypeDescriptor.String representation.onError attribute in an XML descriptor element.Expression that returns the ExecutorService
of the BeneratorContext.GeneratorProxy implementation that supports distribution of unlimited data volumes
(provided by a source generator) in a unique or non-unique manner.Sequence implementation that makes use of Benerator's ExpandGeneratorProxy
for distributing data of unlimited volume in a unique or non-unique manner.Expression on each call to ExpressionBasedGenerator.generate()
and returns its results.Expression-related utility methods.VMInfo.getExtDirs()
Expression implementation that evaluates a feature value of an object.Sequence-based implementation of the
Fibonacci SequenceEntitySources that import entities from files.FilenameFilter with a FileFilter.SystemInfo.getFileEncoding()
ExecutionLogger implementation which writes the execution log to a file.File with TextField and JFileChooser.File in a JList.SystemInfo.getFileSeparator()
HTMLTokenizer proxy that returns only the tokens that match a Filter.Iterator or BidirectionalIterator
by a Filter element.DatabaseDialect implementation for the Firebird database.Double or Float)
to be min plus an integral multiple of precision.StorageSystem.store(Entity)d, is send to the target system.
Converters that use a Format instance for
parsing Strings or formatting other objects.Script implementation that uses the FreeMarker engine.FreeMarkerScripts.Gender enumeration value to a configurable String.Gender objects.Generator.generate()
Generator to use when generating data for the annotated element.Generators.Expression implementation that evaluates to a Generator.