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

All Known Implementing Classes:
SessionImpl, XASessionImpl

public interface IdentifierResolver

IdentifierResolver ....


Method Summary
 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


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