Uses of Interface
com.github.cage.IGeneratorFactory

Packages that use IGeneratorFactory
com.github.cage.token Classes in this package are responsible for token generation, the central class is RandomTokenGenerator
 

Uses of IGeneratorFactory in com.github.cage.token
 

Classes in com.github.cage.token that implement IGeneratorFactory
 class RandomCharacterGeneratorFactory
          Factory that can generate Character generating IGenerators.
 

Methods in com.github.cage.token that return IGeneratorFactory
 IGeneratorFactory<Character> RandomTokenGenerator.getCharacterGeneratorFactory()
           
 

Constructors in com.github.cage.token with parameters of type IGeneratorFactory
RandomTokenGenerator(Random rnd, IGeneratorFactory<Character> characterGeneratorFactory, int minLength, int delta)
          Constructor.
 



Copyright © 2011. All Rights Reserved.