Interface RemoteFileStructureUpdater


  • public interface RemoteFileStructureUpdater
    A helper entity that allows to fetch the remote file structure by chunks. When a node's children are not fetched, the getChildren method can be used to update the state.

    The updater is always bound to existing RemoteFileStructure, which means is bound to a certain agent.

    Since:
    8.1
    Author:
    Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    • Method Detail

      • getChildren

        @NotNull
        java.util.List<RemoteFileStructure> getChildren​(@NotNull
                                                        java.lang.String directoryName)
        Returns the children of the directory.
        Parameters:
        directoryName - the directory name
        Returns:
        children list