Class ReceiversHelper
java.lang.Object
org.apache.log4j.chainsaw.receivers.ReceiversHelper
Helper class to assisit with all the known Receivers.
A local resource 'known.receivers' is read in on initialization with each line representing the FQN of the Class that is a recognised Receiver.
- Author:
- Paul Smith <psmith@apache.org>
-
Method Summary
Modifier and TypeMethodDescriptionstatic ReceiversHelperReturns an unmodifiable list of Class objects which represent all the 'known' Receiver classes.void
-
Method Details
-
getInstance
-
getKnownReceiverClasses
Returns an unmodifiable list of Class objects which represent all the 'known' Receiver classes.- Returns:
- known receiver classes
-
saveReceiverConfiguration
-