public class ConfigFileLoader extends Object
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.| Modifier and Type | Method and Description |
|---|---|
static ConfigurationSource |
getSource()
Get the configured configuration source.
|
static void |
setSource(ConfigurationSource source)
Set the configuration source used by Tomcat to locate various
configuration resources.
|
public static final ConfigurationSource getSource()
public static final void setSource(ConfigurationSource source)
source - The sourceCopyright © 2000-2020 Apache Software Foundation. All Rights Reserved.