Package de.intarsys.tools.locator
Interface ILocatorFactory
- All Known Implementing Classes:
AbsoluteFileLocatorLookup
,AbstractLocatorLookup
,DelegatingLocatorLookup
,FileLocatorFactory
,LocatorBasedLookup
,MappedLocatorLookup
,SearchPathLocatorLookup
public interface ILocatorFactory
A factory for
ILocator
objects.-
Method Summary
-
Method Details
-
createLocator
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
-