org.jboss.testharness.impl.util
Class Reflections
java.lang.Object
org.jboss.testharness.impl.util.Reflections
public class Reflections
- extends Object
Utility class for static reflection-type operations
- Author:
- Pete Muir
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Reflections
public Reflections()
loadResourceAsStream
public static InputStream loadResourceAsStream(String name)
loadResource
public static URL loadResource(String name)
loadClass
public static Class<?> loadClass(String name)
loadResources
public static Iterable<URL> loadResources(String name)
throws IOException
- Throws:
IOException
Copyright © 2009-2010. All Rights Reserved.