public static class CatalogResolver.CatalogManager
extends org.apache.xml.resolver.CatalogManager
| Constructor and Description |
|---|
CatalogManager() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseDir()
Gets the base directory.
|
org.apache.xml.resolver.Catalog |
getCatalog()
Gets a catalog instance.
|
FileSystem |
getFileSystem()
Gets the FileSystem.
|
ConfigurationInterpolator |
getInterpolator()
Gets the ConfigurationInterpolator.
|
org.apache.xml.resolver.Catalog |
getPrivateCatalog()
Gets a new catalog instance.
|
void |
setBaseDir(String baseDir)
Sets the base directory.
|
void |
setFileSystem(FileSystem fileSystem)
Sets the FileSystem
|
void |
setInterpolator(ConfigurationInterpolator configurationInterpolator)
Sets the ConfigurationInterpolator.
|
allowOasisXMLCatalogPI, catalogClassName, catalogFiles, getAllowOasisXMLCatalogPI, getBootstrapResolver, getCatalogClassName, getCatalogFiles, getIgnoreMissingProperties, getPreferPublic, getRelativeCatalogs, getStaticManager, getUseStaticCatalog, getVerbosity, ignoreMissingProperties, preferPublic, queryAllowOasisXMLCatalogPI, queryCatalogClassName, relativeCatalogs, setAllowOasisXMLCatalogPI, setBootstrapResolver, setCatalogClassName, setCatalogFiles, setIgnoreMissingProperties, setPreferPublic, setRelativeCatalogs, setUseStaticCatalog, setVerbosity, staticCatalog, verbositypublic void setFileSystem(FileSystem fileSystem)
fileSystem - The FileSystem in use.public FileSystem getFileSystem()
public void setBaseDir(String baseDir)
baseDir - The base directory.public String getBaseDir()
public void setInterpolator(ConfigurationInterpolator configurationInterpolator)
configurationInterpolator - the ConfigurationInterpolator.public ConfigurationInterpolator getInterpolator()
public org.apache.xml.resolver.Catalog getPrivateCatalog()
getPrivateCatalog in class org.apache.xml.resolver.CatalogManagerpublic org.apache.xml.resolver.Catalog getCatalog()
getCatalog in class org.apache.xml.resolver.CatalogManagerCopyright © 2001–2020 The Apache Software Foundation. All rights reserved.