com.threerings.jpkg.ant.dpkg.info.description
Interface DescriptionAction

All Superinterfaces:
Field, ReferenceField, RequiresValidation
All Known Implementing Classes:
Blank, Paragraph, Verbatim

public interface DescriptionAction
extends ReferenceField

An action that can be applied to a PackageDescription object.


Method Summary
 List<Violation> apply(PackageDescription description)
          Apply this action to the given PackageDescription object.
 
Methods inherited from interface com.threerings.antidote.field.ReferenceField
getReferencedField, isReference
 
Methods inherited from interface com.threerings.antidote.field.Field
getFieldName, getLocation
 
Methods inherited from interface com.threerings.antidote.RequiresValidation
validate
 

Method Detail

apply

List<Violation> apply(PackageDescription description)
Apply this action to the given PackageDescription object.

Returns:
Any Violation generated while applying the action.


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