com.threerings.antidote.field
Interface Field

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

public interface Field
extends RequiresValidation

A generic Ant field, e.g. <field someprop="somevalue"/>.


Method Summary
 String getFieldName()
          Returns the unique name of this Field.
 Location getLocation()
          Returns the Location of this Field instance in the Ant file.
 
Methods inherited from interface com.threerings.antidote.RequiresValidation
validate
 

Method Detail

getFieldName

String getFieldName()
Returns the unique name of this Field.


getLocation

Location getLocation()
Returns the Location of this Field instance in the Ant file.



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