public interface FileSystemPathService
FileSystemJarPathService to find a reference implementation.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
|
Path getPath(URI uri, Map<String,String> env)
uri - the uri to get the path fromenv - environment variables to be applied to the file systemboolean isResponsible(URI uri)
uri - the URI to detect if the file system path service is responsibleCopyright © 2006–2018 Apache Software Foundation. All rights reserved.