Structured Text Toolkit

Package com.saelist.command

A set utilites that use the Structured Text Tolkit.

See:
          Description

Interface Summary
Command Commands use the Structured Text Toolkit for configuration but do not necessarily operate on structured text files.
 

Class Summary
AbstractCommand Provides a basic implementation for Commands.
CommandLineInterface Passes arg[1..] to the Command indicated in arg[0].
FindFilesCommand Expects an xpath on the command line.
ReplaceCommand Performs a series of regular expression substitutions on the input files.
SmtpCommand Sends messages in a structured text file to email recipients.
TransformCommand Evaluates all references of the form {xpath} under /template.
 

Exception Summary
CommandException  
 

Package com.saelist.command Description

A set utilites that use the Structured Text Tolkit.

They can be invoced from the command-line through the class


Structured Text Toolkit