Uses of Class
org.geotools.xml.resolver.SchemaCache
-
Packages that use SchemaCache Package Description org.geotools.xml.resolver -
-
Uses of SchemaCache in org.geotools.xml.resolver
Methods in org.geotools.xml.resolver that return SchemaCache Modifier and Type Method Description static 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.SchemaCache
SchemaResolver. getCache()
Cache used by this Schema Resolver.Constructors in org.geotools.xml.resolver with parameters of type SchemaCache Constructor Description SchemaResolver(SchemaCache cache)
Convenience constructor for a resolver with no catalog.SchemaResolver(SchemaCatalog catalog, boolean classpath, SchemaCache cache)
Constructor.SchemaResolver(SchemaCatalog catalog, SchemaCache cache)
Constructor.
-