Package de.intarsys.tools.locator
Interface ILocatorFactory
-
- All Known Implementing Classes:
AbsoluteFileLocatorLookup,AbstractLocatorLookup,DelegatingLocatorLookup,FileLocatorFactory,LocatorBasedLookup,MappedLocatorLookup,SearchPathLocatorLookup
public interface ILocatorFactoryA factory forILocatorobjects.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ILocatorcreateLocator(java.lang.String location)Create aILocatorobject.
-
-
-
Method Detail
-
createLocator
ILocator createLocator(java.lang.String location) throws java.io.IOException
Create aILocatorobject.pathmay 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:
java.io.IOException
-
-