public abstract class AbstractVfsContainer extends AbstractVfsComponent
VfsComponent
that contains a set of sub-components.Constructor and Description |
---|
AbstractVfsContainer() |
Modifier and Type | Method and Description |
---|---|
protected void |
addComponent(Object component)
Adds a sub-component to this component.
|
void |
close()
Closes the sub-components of this component.
|
protected void |
removeComponent(Object component)
Removes a sub-component from this component.
|
getContext, getLogger, init, setContext, setLogger
protected void addComponent(Object component) throws FileSystemException
VfsComponent
, it is initialised. All sub-components are closed
when this component is closed.FileSystemException
protected void removeComponent(Object component)
public void close()
close
in interface VfsComponent
close
in class AbstractVfsComponent
Copyright © 2002-2016 The Apache Software Foundation. All Rights Reserved.