Package org.apache.catalina.startup
Class CatalinaBaseConfigurationSource
java.lang.Object
org.apache.catalina.startup.CatalinaBaseConfigurationSource
- All Implemented Interfaces:
- ConfigurationSource
- 
Nested Class SummaryNested classes/interfaces inherited from interface org.apache.tomcat.util.file.ConfigurationSourceConfigurationSource.Resource
- 
Field SummaryFieldsFields inherited from interface org.apache.tomcat.util.file.ConfigurationSourceDEFAULT
- 
Constructor SummaryConstructorsConstructorDescriptionCatalinaBaseConfigurationSource(File catalinaBaseFile, String serverXmlPath) 
- 
Method SummaryModifier and TypeMethodDescriptiongetResource(String name) Get a resource, not based on the conf path.Returns the contents of the main conf/server.xml file.Get a URI to the given resource.Methods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.apache.tomcat.util.file.ConfigurationSourcegetConfResource, getSharedWebXml
- 
Field Details- 
sm
 
- 
- 
Constructor Details- 
CatalinaBaseConfigurationSource
 
- 
- 
Method Details- 
getServerXmlDescription copied from interface:ConfigurationSourceReturns the contents of the main conf/server.xml file.- Specified by:
- getServerXmlin interface- ConfigurationSource
- Returns:
- the server.xml as an InputStream
- Throws:
- IOException- if an error occurs or if the resource does not exist
 
- 
getResourceDescription copied from interface:ConfigurationSourceGet a resource, not based on the conf path.- Specified by:
- getResourcein interface- ConfigurationSource
- Parameters:
- name- The resource name
- Returns:
- the resource
- Throws:
- IOException- if an error occurs or if the resource does not exist
 
- 
getURIDescription copied from interface:ConfigurationSourceGet a URI to the given resource. Unlike getResource, this will also return URIs to locations where no resource exists.- Specified by:
- getURIin interface- ConfigurationSource
- Parameters:
- name- The resource name
- Returns:
- a URI representing the resource location
 
 
-