Class XmlCatalogResolver


  • public class XmlCatalogResolver
    extends java.lang.Object
    Provides the interface to the Apache catalog resolver. This is in a separate class to ensure that no failure occurs if the resolver code is not on the classpath, unless catalog resolution is explicitly requested. The catalog file we assume is a URI
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void setCatalog​(java.lang.String catalog, Configuration config, boolean isTracing)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlCatalogResolver

        public XmlCatalogResolver()