public class FileSystemJarPathService extends Object implements FileSystemPathService
| Modifier and Type | Field and Description |
|---|---|
static MetaDataKey<Map<String,FileSystem>> |
FILE_SYSTEM_META_DATA_KEY
The key for the file system meta data
|
| Constructor and Description |
|---|
FileSystemJarPathService() |
public static final MetaDataKey<Map<String,FileSystem>> FILE_SYSTEM_META_DATA_KEY
public Path getPath(URI uri, Map<String,String> env)
FileSystemPathServicegetPath in interface FileSystemPathServiceuri - the uri to get the path fromenv - environment variables to be applied to the file systempublic boolean isResponsible(URI uri)
FileSystemPathServiceisResponsible in interface FileSystemPathServiceuri - the URI to detect if the file system path service is responsibleCopyright © 2006–2021 Apache Software Foundation. All rights reserved.