org.semanticweb.owl.util
Interface LogicalURIResolver


public interface LogicalURIResolver

Resolves a logical URI to connection parameters and a physical URI.


Nested Class Summary
static class LogicalURIResolver.ResultHolder
          Holds the result if the resolution.
 
Method Summary
 LogicalURIResolver.ResultHolder resolveLogicalURI(URI logicalURI)
          Resolves a logical URI to the parameters and a physical URI.
 

Method Detail

resolveLogicalURI

public LogicalURIResolver.ResultHolder resolveLogicalURI(URI logicalURI)
Resolves a logical URI to the parameters and a physical URI. If this instance cannot do the resolution, null is returned.

Parameters:
logicalURI - the logical URI
Returns:
the parameters and the physical URI for the logical URI


WonderWeb