| com.mvnforum.admin.importexport.SetParentRule
SetParentRule | public class SetParentRule extends Rule (Code) | | author: Igor Manic version: $Revision: 1.7 $, $Date: 2007/01/15 10:27:01 $ version:
version: SetParentRule implements a digester rule that calls a "set parent" version: method on the top (child) object, passing the (top-1) (parent) object as an argument. version: This is same as in SetTopRule , except that this rule is calling version: the desired method at the XML element begin (not at the end). |
useExactMatch | protected boolean useExactMatch(Code) | | |
SetParentRule | public SetParentRule(Digester digester, String methodName)(Code) | | |
SetParentRule | public SetParentRule(Digester digester, String methodName, String paramType)(Code) | | |
isExactMatch | public boolean isExactMatch()(Code) | | |
setExactMatch | public void setExactMatch(boolean useExactMatch)(Code) | | |
|
|