org.databene.benerator.factory
Class RegexGeneratorFactory
java.lang.Object
org.databene.benerator.factory.RegexGeneratorFactory
public class RegexGeneratorFactory
- extends java.lang.Object
Creates generators for regular expressions and their sub parts.
Created: 17.11.2007 16:30:09
- Author:
- Volker Bergmann
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
RegexGeneratorFactory
public RegexGeneratorFactory()
create
public static NonNullGenerator<java.lang.String> create(java.lang.String pattern,
GeneratorFactory factory)
create
public static NonNullGenerator<java.lang.String> create(java.lang.String pattern,
int minLength,
java.lang.Integer maxLength,
Uniqueness uniqueness,
GeneratorFactory factory)
Copyright © 2013. All Rights Reserved.