public class DummyFSFactory extends Object implements FileSystemFactory
DummyFSFileSystem
.Constructor and Description |
---|
DummyFSFactory() |
Modifier and Type | Method and Description |
---|---|
FileSystem |
create(URI fsUri)
Creates a new file system for the given file system URI.
|
String |
getScheme()
Gets the scheme of the file system created by this factory.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
configure, getClassLoader
public String getScheme()
FileSystemFactory
getScheme
in interface FileSystemFactory
public FileSystem create(URI fsUri)
FileSystemFactory
create
in interface FileSystemFactory
fsUri
- The URI that describes the file system.Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.