com.googlecode.jpattern.core.xml
Class XmlReaderCommand

java.lang.Object
  extended by com.googlecode.jpattern.core.command.ICommand
      extended by com.googlecode.jpattern.core.command.ACommand
          extended by com.googlecode.jpattern.core.xml.XmlReaderCommand
All Implemented Interfaces:
Serializable, Runnable

public class XmlReaderCommand
extends ACommand

Author:
Francesco Cina' 16/giu/2010
See Also:
Serialized Form

Constructor Summary
XmlReaderCommand(StringBuffer xmlFilePath, GenericWrapper<Boolean> trimValues, IXmlReaderStrategy xmlParserStrategy)
           
XmlReaderCommand(StringBuffer xmlFilePath, GenericWrapper<Boolean> trimValues, IXmlReaderStrategy xmlParserStrategy, ICommand aSuccessor)
           
 
Method Summary
protected  void internalRollBack(ICommandResult result)
           
protected  void result(ICommandResult result)
           
 
Methods inherited from class com.googlecode.jpattern.core.command.ACommand
exec, exec, getLogger, getPreviousCommand, getProvider, run, visit
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XmlReaderCommand

public XmlReaderCommand(StringBuffer xmlFilePath,
                        GenericWrapper<Boolean> trimValues,
                        IXmlReaderStrategy xmlParserStrategy)

XmlReaderCommand

public XmlReaderCommand(StringBuffer xmlFilePath,
                        GenericWrapper<Boolean> trimValues,
                        IXmlReaderStrategy xmlParserStrategy,
                        ICommand aSuccessor)
Method Detail

internalRollBack

protected void internalRollBack(ICommandResult result)
Specified by:
internalRollBack in class ACommand

result

protected void result(ICommandResult result)
Specified by:
result in class ACommand


Copyright © 2011. All Rights Reserved.