Class ResourceListDataNode

java.lang.Object
uk.ac.starlink.datanode.nodes.DefaultDataNode
uk.ac.starlink.datanode.nodes.ResourceListDataNode
All Implemented Interfaces:
DataNode

public class ResourceListDataNode extends DefaultDataNode
A DataNode representing a list of resources available from the class path.
Author:
Mark Taylor (Starlink)
  • Constructor Details

    • ResourceListDataNode

      public ResourceListDataNode(List resources)
      Constructs a new node whose children are the system resources named in a given list.
      Parameters:
      resources - a list of strings naming resources available from the class path
  • Method Details