Class ResourceLoaderInfo


  • public final class ResourceLoaderInfo
    extends Object
    Information about a resource loader.
    Author:
    David M. Lloyd
    • Constructor Detail

      • ResourceLoaderInfo

        @ConstructorProperties({"type","location","paths"})
        public ResourceLoaderInfo​(String type,
                                  String location,
                                  List<String> paths)
        Construct a new instance.
        Parameters:
        type - the type name
        location - the physical location of the resource loader (if any)
        paths - the paths list
    • Method Detail

      • getType

        public String getType()
        Get the type name.
        Returns:
        the type name
      • getLocation

        public String getLocation()
        Get the resource loader location.
        Returns:
        the resource loader location
      • getPaths

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