Uses of Class
org.apache.commons.configuration2.sync.NoOpSynchronizer
-
Packages that use NoOpSynchronizer Package Description org.apache.commons.configuration2.sync A package containing interfaces and classes related to synchronization of configurations. -
-
Uses of NoOpSynchronizer in org.apache.commons.configuration2.sync
Methods in org.apache.commons.configuration2.sync that return NoOpSynchronizer Modifier and Type Method Description static NoOpSynchronizer
NoOpSynchronizer. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NoOpSynchronizer[]
NoOpSynchronizer. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-