jetif.handler
Class PropertyHandler
java.lang.Object
jetif.Handler
jetif.impl.DefaultHandler
jetif.handler.PropertyHandler
Deprecated. The property substitution in object spec is supported by framework now.
- public class PropertyHandler
- extends jetif.impl.DefaultHandler
The handler to load property.
- Author:
- Vicky Wang
| Methods inherited from class jetif.impl.DefaultHandler |
getClass, getQualifiedClass, getWrapperClass, reusable, supports |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertyHandler
public PropertyHandler()
- Deprecated.
matches
public boolean matches(String value,
String type,
Object obj)
- Deprecated.
- Description copied from class:
Handler
- Indicate an object matches the expected value.
This method is used to determine if a return value of test method matches
the expected value.
toObject
public Object toObject(String value,
String type,
Class clazz)
throws UnsupportedTypeException,
ConversionException
- Deprecated.
- Description copied from class:
Handler
- Convert a string value to object of specified class.
- Throws:
UnsupportedTypeException
ConversionException
Copyright © 2004,2005 Vicky Wang - All Rights Reserved.