Provides functionality for dealing with references to external resources.
Package: org.tm4j.net
Description
Provides functionality for dealing with references to external resources.
| Class Summary | |
|---|---|
| LocatorAdapter |
An abstract base class for a locator, with the equals() method
implemented.
|
| 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. |
| 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). |
| 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. |
Meta Data (3)
Abstract
:
Comment
:
Provides functionality for dealing with references to external resources.
Is Contained By
Is Imported By
