Package org.apache.tomcat.util.file
Class ConfigFileLoader
java.lang.Object
org.apache.tomcat.util.file.ConfigFileLoader
This class is used to obtain 
InputStreams for configuration files
 from a given location String. This allows greater flexibility than these
 files having to be loaded directly from a file system.- 
Method SummaryModifier and TypeMethodDescriptionstatic final ConfigurationSourceGet the configured configuration source.static final voidsetSource(ConfigurationSource source) Set the configuration source used by Tomcat to locate various configuration resources.
- 
Method Details- 
getSourceGet the configured configuration source. If none has been configured, a default source based on the calling directory will be used.- Returns:
- the configuration source in use
 
- 
setSourceSet the configuration source used by Tomcat to locate various configuration resources.- Parameters:
- source- The source
 
 
-