Class ReflectWrapper

java.lang.Object
org.apache.tools.ant.util.ReflectWrapper

public class ReflectWrapper extends Object
Utility class to handle reflection on java objects. The class is a holder class for an object and uses java reflection to call methods on the objects. If things go wrong, BuildExceptions are thrown.