public final class ResourceLoaderInfo
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
location |
private java.util.List<java.lang.String> |
paths |
private java.lang.String |
type |
| Constructor and Description |
|---|
ResourceLoaderInfo(java.lang.String type,
java.lang.String location,
java.util.List<java.lang.String> paths)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getLocation()
Get the resource loader location.
|
java.util.List<java.lang.String> |
getPaths()
Get the paths list.
|
java.lang.String |
getType()
Get the type name.
|
private final java.lang.String type
private final java.lang.String location
private final java.util.List<java.lang.String> paths
@ConstructorProperties(value={"type","location","paths"})
public ResourceLoaderInfo(java.lang.String type,
java.lang.String location,
java.util.List<java.lang.String> paths)
type - the type namelocation - the physical location of the resource loader (if any)paths - the paths listpublic java.lang.String getType()
public java.lang.String getLocation()
public java.util.List<java.lang.String> getPaths()