public interface PathMapper
Modifier and Type | Method and Description |
---|---|
String |
asInnerPath(String path)
Convert path to inner path form.
|
String |
asOuterPath(String path)
Convert path to outer path form.
|
Map<String,String> |
getMap()
The map at represents the connection of inner path to outer path.
|
Map<String,String> getMap() throws BioLockJException
BioLockJException
String asInnerPath(String path) throws BioLockJException
path
- A path represented as a String, representing the outer path formmustConvert
- should failure to convert the path result in an exception;
if false, the path returned may be identical to the input pathBioLockJException
String asOuterPath(String path) throws BioLockJException
path
- A path represented as a String, representing the inner path formmustConvert
- should failure to convert the path result in an exception;
if false, the path returned may be identical to the input pathBioLockJException