Class DelegatingLocatorLookup

    • Constructor Detail

      • DelegatingLocatorLookup

        public DelegatingLocatorLookup()
    • Method Detail

      • addLocatorFactory

        public boolean addLocatorFactory​(ILocatorFactory factory)
      • createLocator

        public ILocator createLocator​(java.lang.String location)
                               throws java.io.IOException
        Description copied from interface: ILocatorFactory
        Create a ILocator 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:
        java.io.IOException
      • clear

        public void clear()
      • getLocatorFactories

        public java.util.List<ILocatorFactory> getLocatorFactories()
      • removeLocatorFactory

        public boolean removeLocatorFactory​(ILocatorFactory factory)