|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used to manage the lifecycle of all VFS components. This includes all implementations of the following interfaces:
Method Summary | |
void |
close()
Closes the component. |
void |
init()
Initialises the component. |
void |
setContext(VfsComponentContext context)
Sets the context for the component. |
void |
setLogger(org.apache.commons.logging.Log logger)
Sets the Logger to use for the component. |
Method Detail |
public void setLogger(org.apache.commons.logging.Log logger)
logger
- public void setContext(VfsComponentContext context)
context
- The context.public void init() throws FileSystemException
FileSystemException
public void close()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |