Uses of Enum
org.apache.commons.configuration2.sync.NoOpSynchronizer
Packages that use NoOpSynchronizer
Package
Description
A package containing interfaces and classes related to synchronization of configurations.
-
Uses of NoOpSynchronizer in org.apache.commons.configuration2.sync
Subclasses with type arguments of type NoOpSynchronizer in org.apache.commons.configuration2.syncModifier and TypeClassDescriptionenumAn implementation of theSynchronizerinterface which does not perform any synchronization.Methods in org.apache.commons.configuration2.sync that return NoOpSynchronizerModifier and TypeMethodDescriptionstatic NoOpSynchronizerReturns 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.