Jetif v1.8.0

jetif.handler
Class PropertyHandler

java.lang.Object
  extended byjetif.Handler
      extended byjetif.impl.DefaultHandler
          extended byjetif.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

Constructor Summary
PropertyHandler()
          Deprecated.  
 
Method Summary
 boolean matches(String value, String type, Object obj)
          Deprecated. Indicate an object matches the expected value.
 Object toObject(String value, String type, Class clazz)
          Deprecated. Convert a string value to object of specified class.
 
Methods inherited from class jetif.impl.DefaultHandler
getClass, getQualifiedClass, getWrapperClass, reusable, supports
 
Methods inherited from class jetif.Handler
getProperty, getProperty, isInstanceClass, setProperties, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyHandler

public PropertyHandler()
Deprecated. 
Method Detail

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

Jetif v1.8.0

Copyright © 2004,2005 Vicky Wang - All Rights Reserved.