Package org.apache.catalina.util
Class SystemPropertyReplacerListener
java.lang.Object
org.apache.catalina.util.SystemPropertyReplacerListener
- All Implemented Interfaces:
LifecycleListener
Deprecated.
No longer used. Will be removed in Tomcat 9.
Helper class used to do property replacement on system properties.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
lifecycleEvent
(LifecycleEvent event) Deprecated.Acknowledge the occurrence of the specified event.
-
Constructor Details
-
SystemPropertyReplacerListener
public SystemPropertyReplacerListener()Deprecated.
-
-
Method Details
-
lifecycleEvent
Deprecated.Description copied from interface:LifecycleListener
Acknowledge the occurrence of the specified event.- Specified by:
lifecycleEvent
in interfaceLifecycleListener
- Parameters:
event
- LifecycleEvent that has occurred
-