
public final class ResourceLoaderInfo extends Object
| Constructor and Description |
|---|
ResourceLoaderInfo(String type,
List<String> paths)
Construct a new instance.
|
| Modifier and Type | Method and Description |
|---|---|
List<String> |
getPaths()
Get the paths list.
|
String |
getType()
Get the type name.
|
@ConstructorProperties(value={"type","paths"}) public ResourceLoaderInfo(String type, List<String> paths)
type - the type namepaths - the paths listCopyright © 2017 JBoss by Red Hat. All rights reserved.