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

Provides the classes for the dpkg Ant task <scripts> field, which stores package maintainer scripts.

See:
          Description

Interface Summary
ValidationScript A PackageScript which implements ReferenceField, meaning it also implements RequiresValidation providing maintainer scripts defined in the <scripts> section to be given a chance to validate without requiring implementors to extend one of the provided abstract script classes, e.g.
 

Class Summary
BaseTemplateScript A PackageScript where the script source comes from a Velocity template.
Scripts The <dpkg> task <package> <scripts> field.
TemplateScript A simple implementation of BaseTemplateScript which provides helpers to populate the velocity context and inserts the DpkgData object into the context by default.
 

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

Provides the classes for the dpkg Ant task <scripts> field, which stores package maintainer scripts.



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