Package org.apache.ode.tools

Contains implementations of commandline tools and Ant Tasks.

See:
          Description

Interface Summary
Command  
CommandContext A context for the execution of a Command that supplies uniform logging and output functionality.
 

Class Summary
ClineCommandContext  
CommandContextErrorHandler  
CommandTask Base Task that implements CommandContext.
ToolMessages  
 

Exception Summary
ExecutionException  
 

Package org.apache.ode.tools Description

Contains implementations of commandline tools and Ant Tasks.

Each subpackage, e.g., com.fs.jlo.tools.foo contains:

The ultimate goal of the package is collect a set of reusable "command" representations that can be invoked under different contexts like the commandline, an Ant build, or from a wizard or tool in a GUI application.