org.eclipse.net4j.util.security
Class RandomizerFactory

java.lang.Object
  extended by org.eclipse.net4j.util.factory.Factory
      extended by org.eclipse.net4j.util.security.RandomizerFactory
All Implemented Interfaces:
IFactory

public class RandomizerFactory
extends Factory


Field Summary
static String PRODUCT_GROUP
           
static String TYPE
           
 
Constructor Summary
RandomizerFactory()
           
 
Method Summary
 Randomizer create(String description)
           
 
Methods inherited from class org.eclipse.net4j.util.factory.Factory
getDescriptionFor, getKey, getProductGroup, getType, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

PRODUCT_GROUP

public static final String PRODUCT_GROUP
See Also:
Constant Field Values

TYPE

public static final String TYPE
See Also:
Constant Field Values
Constructor Detail

RandomizerFactory

public RandomizerFactory()
Method Detail

create

public Randomizer create(String description)
                  throws ProductCreationException
Throws:
ProductCreationException


Copyright (c) 2004 - 2012 Eike Stepper (Berlin, Germany) and others.