Package de.intarsys.tools.locator
Class SearchPathLocatorLookup
- java.lang.Object
-
- de.intarsys.tools.locator.AbstractLocatorLookup
-
- de.intarsys.tools.locator.DelegatingLocatorLookup
-
- de.intarsys.tools.locator.SearchPathLocatorLookup
-
- All Implemented Interfaces:
ILocatorFactory
public class SearchPathLocatorLookup extends DelegatingLocatorLookup
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
PATH_SEPARATOR
-
Constructor Summary
Constructors Constructor Description SearchPathLocatorLookup()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
addSearchPath(java.io.File parent, java.lang.String path)
void
setSearchPath(java.io.File parent, java.lang.String paths)
-
Methods inherited from class de.intarsys.tools.locator.DelegatingLocatorLookup
addLocatorFactory, clear, createLocator, getLocatorFactories, removeLocatorFactory
-
-
-
-
Field Detail
-
PATH_SEPARATOR
public static final java.lang.String PATH_SEPARATOR
- See Also:
- Constant Field Values
-
-