public static class CatalogResolver.CatalogManager
extends org.apache.xml.resolver.CatalogManager
Constructor and Description |
---|
CatalogResolver.CatalogManager() |
Modifier and Type | Method and Description |
---|---|
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(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, verbosity
public 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 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.CatalogManager
public org.apache.xml.resolver.Catalog getCatalog()
getCatalog
in class org.apache.xml.resolver.CatalogManager
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.