java.lang.Object
org.apache.wicket.resource.FileSystemJarPathService
- All Implemented Interfaces:
FileSystemPathService
Gets the actual path for a jar file system
- Author:
- Tobias Soloschenko
-
Field Summary
Modifier and TypeFieldDescriptionstatic final MetaDataKey<Map<String,
FileSystem>> The key for the file system meta data -
Constructor Summary
-
Method Summary
-
Field Details
-
FILE_SYSTEM_META_DATA_KEY
The key for the file system meta data
-
-
Constructor Details
-
FileSystemJarPathService
public FileSystemJarPathService()
-
-
Method Details
-
getPath
Description copied from interface:FileSystemPathService
Gets the actual path for a specific file system to work on- Specified by:
getPath
in interfaceFileSystemPathService
- Parameters:
uri
- the uri to get the path fromenv
- environment variables to be applied to the file system- Returns:
- the actual path or null if the implementation is not responsible
-
isResponsible
Description copied from interface:FileSystemPathService
Checks if the file system path service is responsible to handle the given URI- Specified by:
isResponsible
in interfaceFileSystemPathService
- Parameters:
uri
- the URI to detect if the file system path service is responsible- Returns:
- if the file system path service is responsible to handle the given URI
-