Class AbstractVfsContainer

    • Constructor Detail

      • AbstractVfsContainer

        public AbstractVfsContainer()
    • Method Detail

      • addComponent

        protected void addComponent​(java.lang.Object component)
                             throws FileSystemException
        Adds a sub-component to this component. If the sub-component implements VfsComponent, it is initialised. All sub-components are closed when this component is closed.
        Throws:
        FileSystemException
      • removeComponent

        protected void removeComponent​(java.lang.Object component)
        Removes a sub-component from this component.