@ComponentSpecification(plugin=true) public interface PathProvider
Path
s for a specific
FileSystem
. It is not intended to be used by end-users. Instead it allows service providers to
add support for new scheme prefixes
.Modifier and Type | Method and Description |
---|---|
Path |
createResource(PathUri pathUri)
|
String[] |
getSchemePrefixes()
This method gets the scheme-prefix of the
Path s managed by this provider. |
String[] getSchemePrefixes()
Path
s managed by this provider.PathUri.getSchemePrefix()
Copyright © 2001–2016 mmm-Team. All rights reserved.