|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.modules.management.ResourceLoaderInfo
public final class ResourceLoaderInfo
Information about a resource loader.
Constructor Summary | |
---|---|
ResourceLoaderInfo(String type,
List<String> paths)
Construct a new instance. |
Method Summary | |
---|---|
List<String> |
getPaths()
Get the paths list. |
String |
getType()
Get the type name. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
@ConstructorProperties(value={"type","paths"}) public ResourceLoaderInfo(String type, List<String> paths)
type
- the type namepaths
- the paths listMethod Detail |
---|
public String getType()
public List<String> getPaths()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |