com.threerings.jpkg.ant.dpkg.info
Class MaintainerName
java.lang.Object
org.apache.tools.ant.ProjectComponent
org.apache.tools.ant.Task
com.threerings.antidote.field.BaseComponent
com.threerings.antidote.field.BaseField
com.threerings.antidote.field.text.TextField
com.threerings.antidote.field.text.SingleLineTextField
com.threerings.antidote.field.text.SimpleTextField
com.threerings.jpkg.ant.dpkg.info.MaintainerName
- All Implemented Interfaces:
- Field, ReferenceField, RequiresValidation, Cloneable
public class MaintainerName
- extends SimpleTextField
Stores the <info> <maintainer> <name> field, which is the package maintainer's name.
- See Also:
PackageMaintainer
Methods inherited from class com.threerings.antidote.field.BaseComponent |
appendViolation, appendViolationList, getReferencedField, isReference, registerField, reportConflictingProperties, reportUnsetDependentFields, reportUnsetDependentProperties, reportUnsetField, setReference, validate, validateChildFields, validateChildFields, validateOptionalProperties, validateProperties, validateProperties |
Methods inherited from class org.apache.tools.ant.Task |
bindToOwner, getOwningTarget, getRuntimeConfigurableWrapper, getTaskName, getTaskType, getWrapper, handleErrorFlush, handleErrorOutput, handleFlush, handleInput, handleOutput, isInvalid, log, log, log, log, maybeConfigure, perform, setOwningTarget, setRuntimeConfigurableWrapper, setTaskName, setTaskType |
Methods inherited from interface com.threerings.antidote.field.Field |
getLocation |
MaintainerName
public MaintainerName()
getFieldName
public String getFieldName()
- Description copied from interface:
Field
- Returns the unique name of this Field.
getName
public String getName()
- Return the maintainer's name as a string.
Copyright © 2007-2008 Three Rings Design, Inc.
All Rights Reserved. Released under a BSD license.