MethodUtils.invokeExactMethod
5556575859606162636465
{ targetOffset = Integer.parseInt( targetOffsetStr ); builder.withTargetOffset( targetOffset ); } builder.useExactMatch( "true".equalsIgnoreCase( attributes.getValue( "useExactMatch" ) ) ); String paramCountStr = attributes.getValue( "paramcount" ); if ( paramCountStr != null ) { int paramCount = Integer.parseInt( attributes.getValue( "paramcount" ) );
51525354555657585960
if ( paramType != null && paramType.length() > 0 ) { builder.withParameterType( paramType ); } builder.useExactMatch( exactMatch ); builder.fireOnBegin( fireOnBegin ); } }