public class MappedLocatorLookup extends AbstractLocatorLookup
| Constructor and Description |
|---|
MappedLocatorLookup() |
| Modifier and Type | Method and Description |
|---|---|
void |
addMap(java.lang.String name,
ILocator locator) |
ILocator |
createLocator(java.lang.String location)
Create a
ILocator object. |
java.util.Map<java.lang.String,ILocator> |
getMaps() |
void |
removeMap(java.lang.String name) |
public void addMap(java.lang.String name,
ILocator locator)
public ILocator createLocator(java.lang.String location) throws java.io.IOException
ILocatorFactoryILocator object.
path may for example define a file in the file system.
location - The fully qualified location definition.location.java.io.IOExceptionpublic java.util.Map<java.lang.String,ILocator> getMaps()
public void removeMap(java.lang.String name)