Class ResourceLoaderInfo
java.lang.Object
org.jboss.modules.management.ResourceLoaderInfo
Information about a resource loader.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionResourceLoaderInfo(String type, String location, List<String> paths) Construct a new instance. -
Method Summary
-
Field Details
-
type
-
location
-
paths
-
-
Constructor Details
-
ResourceLoaderInfo
@ConstructorProperties({"type","location","paths"}) public ResourceLoaderInfo(String type, String location, List<String> paths) Construct a new instance.- Parameters:
type- the type namelocation- the physical location of the resource loader (if any)paths- the paths list
-
-
Method Details
-
getType
-
getLocation
-
getPaths
-