|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xml.resolver.CatalogManager
org.apache.commons.configuration.resolver.CatalogResolver.CatalogManager
public static class CatalogResolver.CatalogManager
Extend the CatalogManager to make the FileSystem and base directory accessible.
Field Summary |
---|
Fields inherited from class org.apache.xml.resolver.CatalogManager |
---|
debug |
Constructor Summary | |
---|---|
CatalogResolver.CatalogManager()
|
Method Summary | |
---|---|
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)
|
Methods inherited from class org.apache.xml.resolver.CatalogManager |
---|
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CatalogResolver.CatalogManager()
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |