org.apache.jackrabbit.spi.commons.conversion
Interface IdentifierResolver


public interface IdentifierResolver

IdentifierResolver ....


Method Summary
 void checkFormat(String identifier)
           
 org.apache.jackrabbit.spi.Path getPath(String identifier)
           
 

Method Detail

getPath

org.apache.jackrabbit.spi.Path getPath(String identifier)
                                       throws MalformedPathException
Throws:
MalformedPathException

checkFormat

void checkFormat(String identifier)
                 throws MalformedPathException
Throws:
MalformedPathException


Copyright © 2004-2014 The Apache Software Foundation. All Rights Reserved.