Uses of Class
org.apache.commons.configuration2.builder.AutoSaveListener
-
Packages that use AutoSaveListener Package Description org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfiguration
objects. -
-
Uses of AutoSaveListener in org.apache.commons.configuration2.builder
Fields in org.apache.commons.configuration2.builder declared as AutoSaveListener Modifier and Type Field Description private AutoSaveListener
FileBasedConfigurationBuilder. autoSaveListener
A specialized listener for the auto save mechanism.
-