org.rhq.bindings.util
Class InterfaceSimplifier

java.lang.Object
  extended by org.rhq.bindings.util.InterfaceSimplifier

public class InterfaceSimplifier
extends Object

The scripts can use simplified interfaces that omit the first "Subject" argument to most methods. This helper class prepares such simplified interfaces.

Author:
Greg Hinkle, Lukas Krejci

Method Summary
static Class<?> simplify(Class<?> intf)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

simplify

public static Class<?> simplify(Class<?> intf)


Copyright © 2008-2012 Red Hat, Inc.. All Rights Reserved.