public interface ResourceLoader
| Modifier and Type | Method and Description |
|---|---|
<T> java.lang.Class<? extends T> |
findClass(java.lang.String cname,
java.lang.Class<T> expectedType)
Finds class of the name and expected type
|
<T> T |
newInstance(java.lang.String cname,
java.lang.Class<T> expectedType)
Creates an instance of the name and expected type
|
java.io.InputStream |
openResource(java.lang.String resource)
Opens a named resource
|
java.io.InputStream openResource(java.lang.String resource)
throws java.io.IOException
java.io.IOException<T> java.lang.Class<? extends T> findClass(java.lang.String cname,
java.lang.Class<T> expectedType)
<T> T newInstance(java.lang.String cname,
java.lang.Class<T> expectedType)
Copyright © 2000–2025 The Apache Software Foundation. All rights reserved.