|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectde.intarsys.tools.locator.AbstractLocatorLookup
de.intarsys.tools.locator.DelegatingLocatorLookup
public class DelegatingLocatorLookup
Constructor Summary | |
---|---|
DelegatingLocatorLookup()
|
Method Summary | |
---|---|
boolean |
addLocatorFactory(ILocatorFactory factory)
|
void |
clear()
|
ILocator |
createLocator(java.lang.String location)
Create a ILocator object. |
java.util.List<ILocatorFactory> |
getLocatorFactories()
|
boolean |
removeLocatorFactory(ILocatorFactory factory)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DelegatingLocatorLookup()
Method Detail |
---|
public boolean addLocatorFactory(ILocatorFactory factory)
public ILocator createLocator(java.lang.String location) throws java.io.IOException
ILocatorFactory
ILocator
object.
path
may for example define a file in the file system.
location
- The fully qualified location definition.
location
.
java.io.IOException
public void clear()
public java.util.List<ILocatorFactory> getLocatorFactories()
public boolean removeLocatorFactory(ILocatorFactory factory)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |