com.gridsystems.config.app
Class ReflectionTools

java.lang.Object
  extended by com.gridsystems.config.app.ReflectionTools

public final class ReflectionTools
extends java.lang.Object

Utility class with stream related operations.

Version:
1.0
Author:
Rodrigo Ruiz Aguayo

Method Summary
static void close(java.lang.Object obj)
          "Closes" the specified object with no exceptions.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

close

public static void close(java.lang.Object obj)
"Closes" the specified object with no exceptions.

Closing means to invoke the close() method of the object, if it has one.

Parameters:
obj - The object to close


Copyright © 2007-2008 Grid Systems, S.A.. All Rights Reserved.