org.wymiwyg.commons.util.arguments
Class SingleNamedAttributeProcessor

java.lang.Object
  extended by org.wymiwyg.commons.util.arguments.SingleNamedAttributeProcessor

public abstract class SingleNamedAttributeProcessor
extends Object

Author:
reto

Constructor Summary
SingleNamedAttributeProcessor(String name)
           
 
Method Summary
 boolean handles(String attributeName)
           
abstract  void process(PushBackIterator nextArguments)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SingleNamedAttributeProcessor

public SingleNamedAttributeProcessor(String name)
Method Detail

process

public abstract void process(PushBackIterator nextArguments)
                      throws InvalidArgumentsException
Throws:
InvalidArgumentsException

handles

public boolean handles(String attributeName)
Parameters:
attributeName -
Returns:


Copyright © 2011. All Rights Reserved.