Maven module :un.api : api-encoding :
Class : un.api.path.PathFormat
Extends/Implements : -
Subclasses : -

author  Johann Sorel


Variables : -
Functions : isAbsolute, canCreate, createResolver




Indicate if this resolver need a base path to create a resolver.
Example :
boolean isAbsolute ()


Indicate if this path can be used.
For non-absolute resolvers.
Absolute resolvers should always return false.
param  base
return  true if it can be used
throws  IOException
boolean canCreate (Path base)


Create path resolver.
param  base, need only if resolver is not absolute.
return  PathResolver, never null
throws  IOException if something goes wrong
PathResolver createResolver (Path base)