Package uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec

Specification for a complete application.

See:
          Description

Class Summary
Application A template, describing a command.
Applications Static utility class for working with applications.
Input A single input parameter.
Output A single output parameter.
 

Exception Summary
ApplicationConfigurationException An Application object is miss-configured in a way that is guaranteed to lead to failure.
 

Package uk.ac.ncl.cs.instantsoap.commandlineprocessor.applicationSpec Description

Specification for a complete application. This bundles together all the other data-structures.

The inputs and outputs map names visible to the end-users to names visible within the rest of the system. So, for example, an input with a name specified in the meta-data of "name" could be renamed to an internal name of "input" to match the command-line pattern.

Author:
Matthew Pocock


Copyright © 2006-2008. All Rights Reserved.