Interface IdentifierResolver
-
- All Known Implementing Classes:
SessionImpl
,XASessionImpl
public interface IdentifierResolver
IdentifierResolver
....
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
checkFormat(String identifier)
Path
getPath(String identifier)
-
-
-
Method Detail
-
getPath
Path getPath(String identifier) throws MalformedPathException
- Throws:
MalformedPathException
-
checkFormat
void checkFormat(String identifier) throws MalformedPathException
- Throws:
MalformedPathException
-
-