com.servingxml.components.parameter
Class WithParametersImpl

java.lang.Object
  extended by com.servingxml.components.parameter.WithParametersImpl
All Implemented Interfaces:
WithParameters

public class WithParametersImpl
extends java.lang.Object
implements WithParameters


Constructor Summary
WithParametersImpl(NameTest parameters, NameTest exceptParameters)
           
 
Method Summary
 boolean accept(Name parameterName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WithParametersImpl

public WithParametersImpl(NameTest parameters,
                          NameTest exceptParameters)
Method Detail

accept

public boolean accept(Name parameterName)
Specified by:
accept in interface WithParameters