org.tm4j.net.LocatorResolverManager .addResolver(java.lang.String notation,org.tm4j.net.LocatorResolver resolver)

Description

Adds a resolver for the specified notation to this manager. A manager can manage only a single resolver for each notation.

Parameters
java.lang.String notation the notation resolved by the resolver.
org.tm4j.net.LocatorResolver resolver the resolver to be added.

Returns

the previously registered resolver for notation or null if there is no previously registered resolver for the notation.

Other Resources

Related Topics