public interface VfsComponent extends Closeable
Modifier and Type | Method and Description |
---|---|
void |
close()
Closes the component.
|
void |
init()
Initializes 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.
|
void setLogger(org.apache.commons.logging.Log logger)
logger
- The Logvoid setContext(VfsComponentContext context)
context
- The context.void init() throws FileSystemException
FileSystemException
- if an error occurs.void close()
close
in interface AutoCloseable
close
in interface Closeable
Copyright © 2002–2020 The Apache Software Foundation. All rights reserved.