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() |
| Modifier and Type | Method and Description |
|---|---|
Path |
getPath(URI uri,
Map<String,String> env)
Gets the actual path for a specific file system to work on
|
boolean |
isResponsible(URI uri)
Checks if the file system path service is responsible to handle the given URI
|
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–2018 Apache Software Foundation. All rights reserved.