Package org.tm4j.net

Provides functionality for dealing with references to external resources.

See:
          Description

Interface Summary
FPILocator Defines a locator that represents a Formal Public Identifier (FPI).
Locator The interface to be supported by all classes implementing resolvable addresses in TM4J.
LocatorFactory Interface that is implemented by factory classes used for the creation of Locators.
LocatorResolver Interface for objects which are capable of returning a stream for a given locator.
LocatorResolverManager Manages a collection of LocatorResolvers.
URILocator Defines a locator that represents a Uniform Resource Identifier (URI).
 

Class Summary
LocatorAdapter Deprecated. Not used.
LocatorBase An abstract base class implementing the Locator interface.
LocatorFactoryBase A basic implementation of the LocatorFactory interface with the createLocator() method implemented.
SimpleLocatorResolverManager A "default" LocatorResolverManager.
URILocatorHelper  
URILocatorHelper.URILocatorInfo  
URILocatorResolver A generic URI locator resolver.
 

Exception Summary
InvalidLocatorException Indicates that an invalid locator was encountered.
InvalidNotationException Indicates that an attempt was made to create a locator using a notation that the locator implementation does not support.
LocatorFactoryException Indicates that a locator factory has encountered an unexpected condition.
LocatorResolutionException Indicates that an attempt to resolve a locator failed.
MalformedLocatorException Indicates that an attempt to parse a locator failed.
 

Package org.tm4j.net Description

Provides functionality for dealing with references to external resources.