Uses of Class
org.geotools.xml.resolver.SchemaCache
Packages that use SchemaCache
-
Uses of SchemaCache in org.geotools.xml.resolver
Methods in org.geotools.xml.resolver that return SchemaCacheModifier and TypeMethodDescriptionstatic SchemaCache
SchemaCache.buildAutomaticallyConfiguredUsingFileUrl
(URL url) If automatic configuration is enabled, recursively search parent directories of file url for a GeoServer data directory or directory containing an existing cache.SchemaResolver.getCache()
Cache used by this Schema Resolver.Constructors in org.geotools.xml.resolver with parameters of type SchemaCacheModifierConstructorDescriptionSchemaResolver
(SchemaCache cache) Convenience constructor for a resolver with no catalog.SchemaResolver
(SchemaCatalog catalog, boolean classpath, SchemaCache cache) Constructor.SchemaResolver
(SchemaCatalog catalog, SchemaCache cache) Constructor.