Package org.jboss.modules.management
Class ResourceLoaderInfo
java.lang.Object
org.jboss.modules.management.ResourceLoaderInfo
Information about a resource loader.
- Author:
- David M. Lloyd
-
Constructor Summary
ConstructorsConstructorDescriptionResourceLoaderInfo
(String type, String location, List<String> paths) Construct a new instance. -
Method Summary
-
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
Get the type name.- Returns:
- the type name
-
getLocation
Get the resource loader location.- Returns:
- the resource loader location
-
getPaths
Get the paths list.- Returns:
- the paths list
-