Interface IdentifierResolver
-
public interface IdentifierResolver
IdentifierResolver
....
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
checkFormat(java.lang.String identifier)
Path
getPath(java.lang.String identifier)
-
-
-
Method Detail
-
getPath
Path getPath(java.lang.String identifier) throws MalformedPathException
- Throws:
MalformedPathException
-
checkFormat
void checkFormat(java.lang.String identifier) throws MalformedPathException
- Throws:
MalformedPathException
-
-