Structured Text Toolkit

com.saelist.command
Class TransformCommand

java.lang.Object
  extended bycom.saelist.command.AbstractCommand
      extended bycom.saelist.command.TransformCommand
All Implemented Interfaces:
Command

public class TransformCommand
extends AbstractCommand

Evaluates all references of the form {xpath} under /template. for each element specified by the xpath under /input. The result is put into the file given by /output. Warning: There is no check for circular references.


Field Summary
protected static Logger logger
           
 
Fields inherited from class com.saelist.command.AbstractCommand
config
 
Constructor Summary
TransformCommand()
           
 
Method Summary
 void execute()
           
 
Methods inherited from class com.saelist.command.AbstractCommand
setArg, setArgs, undo, undoable
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

logger

protected static Logger logger
Constructor Detail

TransformCommand

public TransformCommand()
Method Detail

execute

public void execute()

Structured Text Toolkit