public interface FileSystemFactory
FileSystem
instances. Used
to decouple the repository internals from the repository configuration
mechanism.Modifier and Type | Method and Description |
---|---|
FileSystem |
getFileSystem()
Creates, initializes, and returns a
FileSystem instance
for use by the repository. |
FileSystem getFileSystem() throws RepositoryException
FileSystem
instance
for use by the repository. Note that no information is passed from
the client, so all required configuration information must be
encapsulated in the factory.RepositoryException
- if the file system can not be createdCopyright © 2004–2021 The Apache Software Foundation. All rights reserved.