Class MRUFileList
java.lang.Object
org.apache.log4j.chainsaw.prefs.MRUFileList
-
Method Summary
Modifier and TypeMethodDescriptionstatic voidaddChangeListener(ChangeListener listener) Returns an unmodifiable List of the MRU opened file list within Chainsawstatic voidloadLog4jMRUListFromReader(Reader reader) static voidstatic MRUFileListlog4jMRU()voidCall this method when something opens a log file, this method adds the URL to the list of known URL's, automatically rolling the list to ensure the list maintains the size propertystatic voidremoveChangeListener(ChangeListener listener)
-
Method Details
-
addChangeListener
-
removeChangeListener
-
opened
Call this method when something opens a log file, this method adds the URL to the list of known URL's, automatically rolling the list to ensure the list maintains the size property- Parameters:
url-
-
getMRUList
Returns an unmodifiable List of the MRU opened file list within Chainsaw- Returns:
-
log4jMRU
-
loadLog4jMRUListFromXML
-
loadLog4jMRUListFromReader
-