public final class ResourceLoaderInfo
extends java.lang.Object
| Constructor | 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 | 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.
|
@ConstructorProperties({"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()
Copyright © 2022 JBoss by Red Hat. All rights reserved.