com.threerings.antidote.property
Class URLProperty
java.lang.Object
com.threerings.antidote.property.BaseProperty<URL>
com.threerings.antidote.property.URLProperty
- All Implemented Interfaces:
- Mutable, Property<URL>, RequiresValidation
public class URLProperty
- extends BaseProperty<URL>
A BaseProperty
that holds a URL
object.
Method Summary |
protected URL |
validateProperty()
Give each Property a chance to do property specific validation and return the
validated value. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
URLProperty
public URLProperty(String name,
Field field)
URLProperty
public URLProperty(String name,
Field field,
URL defaultValue)
validateProperty
protected URL validateProperty()
- Description copied from class:
BaseProperty
- Give each
Property
a chance to do property specific validation and return the
validated value. If the raw value could not turned into a valid value, this will return null.
- Specified by:
validateProperty
in class BaseProperty<URL>
Copyright © 2007-2008 Three Rings Design, Inc.
All Rights Reserved. Released under a BSD license.