public final class ResourceLoaderInfo extends Object
| Constructor | Description |
|---|---|
ResourceLoaderInfo(String type,
String location,
List<String> paths) |
Construct a new instance.
|
| Modifier and Type | Method | Description |
|---|---|---|
String |
getLocation() |
Get the resource loader location.
|
List<String> |
getPaths() |
Get the paths list.
|
String |
getType() |
Get the type name.
|
@ConstructorProperties({"type","location","paths"}) public ResourceLoaderInfo(String type, String location, List<String> paths)
type - the type namelocation - the physical location of the resource loader (if any)paths - the paths listCopyright © 2018 JBoss by Red Hat. All rights reserved.