public class ResourceLoader
extends java.lang.Object
| Modifier and Type | Field | Description |
|---|---|---|
static int |
TIMEOUT |
| Constructor | Description |
|---|---|
ResourceLoader() |
Constructor for ResourceLoader.
|
ResourceLoader(java.lang.ClassLoader cl) |
Constructor for ResourceLoader.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.io.InputStream |
loadClassPathResourceAsStream(java.lang.String name) |
|
java.io.InputStream |
loadClassPathResourceAsStreamOrThrow(java.lang.String name) |
|
java.io.InputStream |
loadResourceAsStream(java.lang.String name) |
Attempts to load the resource from file, a URL or the claspath
|
public ResourceLoader()
public ResourceLoader(java.lang.ClassLoader cl)
public java.io.InputStream loadResourceAsStream(java.lang.String name)
throws RuleSetNotFoundException
Caller is responsible for closing the InputStream.
name - The resource to attempt and loadRuleSetNotFoundExceptionpublic java.io.InputStream loadClassPathResourceAsStream(java.lang.String name)
throws java.io.IOException
java.io.IOExceptionpublic java.io.InputStream loadClassPathResourceAsStreamOrThrow(java.lang.String name)
throws RuleSetNotFoundException
RuleSetNotFoundExceptionCopyright © 2002–2018 PMD. All rights reserved.