public static class CatalogResolver.CatalogManager extends org.apache.xml.resolver.CatalogManager
| Constructor | Description |
|---|---|
CatalogManager() |
| Modifier and Type | Method | Description |
|---|---|---|
java.lang.String |
getBaseDir() |
Return the base directory.
|
org.apache.xml.resolver.Catalog |
getCatalog() |
Get a catalog instance.
|
FileSystem |
getFileSystem() |
Retrieve the FileSystem.
|
org.apache.xml.resolver.Catalog |
getPrivateCatalog() |
Get a new catalog instance.
|
org.apache.commons.lang.text.StrSubstitutor |
getStrSubstitutor() |
|
void |
setBaseDir(java.lang.String baseDir) |
Set the base directory.
|
void |
setFileSystem(FileSystem fileSystem) |
Set the FileSystem
|
void |
setSubstitutor(org.apache.commons.lang.text.StrSubstitutor substitutor) |
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 CatalogManager()
public void setFileSystem(FileSystem fileSystem)
fileSystem - The FileSystem in use.public FileSystem getFileSystem()
public void setBaseDir(java.lang.String baseDir)
baseDir - The base directory.public java.lang.String getBaseDir()
public void setSubstitutor(org.apache.commons.lang.text.StrSubstitutor substitutor)
public org.apache.commons.lang.text.StrSubstitutor getStrSubstitutor()
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.CatalogManager