net.openmarkup
Interface PropertyApplier


public interface PropertyApplier

Interface for applying the value of a named property to the target object. Concrete property appliers are usually implemented as lightweight singletons.

Author:
Ramesh Gupta

Method Summary
 void apply(Object target, String name, String value)
          Applies the value of the property identified by key to the specified target object.
 

Method Detail

apply

public void apply(Object target,
                  String name,
                  String value)
Applies the value of the property identified by key to the specified target object.

Parameters:
target - object to which the named property is applied
name - name of the property
value - value of the property


Copyright 2003-2004 eNode, Inc. All rights reserved.