Class RootVcsBrowserDir

  • All Implemented Interfaces:
    Element

    public class RootVcsBrowserDir
    extends VcsBrowserDir
    Author:
    dmitry.neverov
    • Method Detail

      • getChildren

        public Iterable<Element> getChildren()
                                      throws BrowserException
        Description copied from interface: Element
        Returns the ordered list of element's children. Method should return null for a leaf element, and a not null instance for other elements. List can be empty. All children's names are different.
        Specified by:
        getChildren in interface Element
        Overrides:
        getChildren in class VcsBrowserDir
        Returns:
        the list of children, or null
        Throws:
        BrowserException - in case of an error