Class SchemaCache


  • public final class SchemaCache
    extends Object
    Wraps a JAXP Schema object and lazily instantiate it. This object is thread-safe. There should be only one instance of this for the whole VM.
    Author:
    Kohsuke Kawaguchi
    • Constructor Detail

      • SchemaCache

        public SchemaCache​(String resourceName,
                           Class<?> classToResolveResources)
      • SchemaCache

        public SchemaCache​(String resourceName,
                           Class<?> classToResolveResources,
                           boolean createResolver)