JBoss Managed Parent POM 2.1.1.SP2

org.jboss.managed.plugins.constraints
Class StringLegalValuesPopulatorFactory

java.lang.Object
  extended by org.jboss.managed.plugins.constraints.StringLegalValuesPopulatorFactory
All Implemented Interfaces:
ManagedPropertyConstraintsPopulatorFactory

public class StringLegalValuesPopulatorFactory
extends Object
implements ManagedPropertyConstraintsPopulatorFactory

A factory for string legal values populator

Version:
$Revision: 81573 $
Author:
Scott.Stark@jboss.org

Constructor Summary
StringLegalValuesPopulatorFactory()
           
 
Method Summary
 ManagedPropertyConstraintsPopulator newInstance(String min, String max, String[] legalValues)
           
 ManagedPropertyConstraintsPopulator newInstance(String min, String max, String[] legalValues, String... strings)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StringLegalValuesPopulatorFactory

public StringLegalValuesPopulatorFactory()
Method Detail

newInstance

public ManagedPropertyConstraintsPopulator newInstance(String min,
                                                       String max,
                                                       String[] legalValues,
                                                       String... strings)
Specified by:
newInstance in interface ManagedPropertyConstraintsPopulatorFactory
Returns:

newInstance

public ManagedPropertyConstraintsPopulator newInstance(String min,
                                                       String max,
                                                       String[] legalValues)
Specified by:
newInstance in interface ManagedPropertyConstraintsPopulatorFactory
Returns:

JBoss Managed Parent POM 2.1.1.SP2

Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.