Interface IDatasetLocationNode

    • Method Detail

      • getLocation

        IDatasetLocation getLocation()
        Returns the data set location. Never returns null.
      • isContainer

        boolean isContainer()
        Returns true if the data set is a container.
      • getComponents

        java.util.Collection<IDatasetLocationNode> getComponents()
        Returns a collection of component locations. For a data set that is not a container always returns an empty collection. Never returns null.