com.threerings.antidote
Interface RequiresValidation

All Known Subinterfaces:
DescriptionAction, Field, FieldWrapper<F>, PackageInfoDependency, Property<T>, ReferenceField, ValidationScript
All Known Implementing Classes:
AbstractTypeScript, Alternatives, Arch, BaseComponent, BaseDependency, BaseField, BaseFieldWrapper, BaseProperty, BaseTask, BaseTemplateScript, Blank, BooleanProperty, Condition, Conflict, Dependencies, Description, Dpkg, EnumProperty, EnumTextField, EqualOrGreaterThan, EqualOrLesserThan, EqualTo, FileProperty, GreaterThan, HelloWorld, Info, IntegerProperty, LesserThan, ListComponent, ListField, ListProperty, ListTask, Maintainer, MaintainerEmail, MaintainerName, ModeProperty, Name, NonEmptyListProperty, OptionalField, Package, Paragraph, Path, Permission, Permissions, PostInst, PostRm, PreInst, PreRm, Priority, Replacement, Require, RequiredField, Scripts, Section, SimpleTextField, SingleLineTextField, StringProperty, Summary, TemplateScript, TextField, URLProperty, Verbatim, Version

public interface RequiresValidation

An Ant data type or task that requires validation before being used.


Method Summary
 List<Violation> validate()
          Validates the object, returning a list of Violation classes for any validation violations.
 

Method Detail

validate

List<Violation> validate()
Validates the object, returning a list of Violation classes for any validation violations.



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