Package com.threerings.jpkg.ant.dpkg.scripts.runner

Provides the classes for the script runner, which consolidates a series of shell scripts into a single script.

See:
          Description

Interface Summary
PackageScript The generic representation of a Debian package maintainer script used in Ant tasks.
 

Class Summary
EncodedScript A base64 encoded version of a PackageScript suitable for input to the uuencode command.
ScriptRunner Handles compiling PackageScript maintainer scripts into a single master script which executes each individual script in turn.
 

Exception Summary
UnexpectedScriptTypeException Thrown when a ScriptRunner encounters a maintainer script type it was not expecting.
 

Package com.threerings.jpkg.ant.dpkg.scripts.runner Description

Provides the classes for the script runner, which consolidates a series of shell scripts into a single script.



Copyright © 2007-2008 Three Rings Design, Inc. All Rights Reserved. Released under a BSD license.