org.jboss.modules.management
Class ResourceLoaderInfo

java.lang.Object
  extended by org.jboss.modules.management.ResourceLoaderInfo

public final class ResourceLoaderInfo
extends Object

Information about a resource loader.

Author:
David M. Lloyd

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

ResourceLoaderInfo

@ConstructorProperties(value={"type","paths"})
public ResourceLoaderInfo(String type,
                                                     List<String> paths)
Construct a new instance.

Parameters:
type - the type name
paths - the paths list
Method Detail

getType

public String getType()
Get the type name.

Returns:
the type name

getPaths

public List<String> getPaths()
Get the paths list.

Returns:
the paths list


Copyright © 2011. All Rights Reserved.