Package de.intarsys.tools.locator
Class DelegatingLocatorLookup
java.lang.Object
de.intarsys.tools.locator.AbstractLocatorLookup
de.intarsys.tools.locator.DelegatingLocatorLookup
- All Implemented Interfaces:
ILocatorFactory
- Direct Known Subclasses:
SearchPathLocatorLookup
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
addLocatorFactory
(ILocatorFactory factory) void
clear()
createLocator
(String location) Create aILocator
object.boolean
removeLocatorFactory
(ILocatorFactory factory)
-
Constructor Details
-
DelegatingLocatorLookup
public DelegatingLocatorLookup()
-
-
Method Details
-
addLocatorFactory
-
createLocator
Description copied from interface:ILocatorFactory
Create aILocator
object.path
may for example define a file in the file system.- Parameters:
location
- The fully qualified location definition.- Returns:
- The ILocator object created from the
location
. - Throws:
IOException
-
clear
public void clear() -
getLocatorFactories
-
removeLocatorFactory
-