public interface ILocatorFactory
ILocator
objects.Modifier and Type | Method and Description |
---|---|
ILocator |
createLocator(java.lang.String location)
Create a
ILocator object. |
ILocator createLocator(java.lang.String location) throws java.io.IOException
ILocator
object.
path
may for example define a file in the file system.
location
- The fully qualified location definition.location
.java.io.IOException