Uses of Package
org.apache.commons.configuration2.sync
-
Packages that use org.apache.commons.configuration2.sync Package Description org.apache.commons.configuration2 The Configuration main package.org.apache.commons.configuration2.builder This package contains the implementations of configuration builder classes used to create newConfiguration
objects.org.apache.commons.configuration2.io A package with classes related to I/O operations.org.apache.commons.configuration2.plist Configuration classes supporting NeXT / OpenStep /GNUStep style configuration.org.apache.commons.configuration2.sync A package containing interfaces and classes related to synchronization of configurations.org.apache.commons.configuration2.web This package contains some implementations of theConfiguration
interface that are useful in web environments. -
Classes in org.apache.commons.configuration2.sync used by org.apache.commons.configuration2 Class Description LockMode An enumeration used bySynchronizerSupport
to specify how an object is locked.Synchronizer An interface controlling synchronization of configuration instances.SynchronizerSupport Definition of an interface for objects that can be associated with aSynchronizer
. -
Classes in org.apache.commons.configuration2.sync used by org.apache.commons.configuration2.builder Class Description Synchronizer An interface controlling synchronization of configuration instances. -
Classes in org.apache.commons.configuration2.sync used by org.apache.commons.configuration2.io Class Description SynchronizerSupport Definition of an interface for objects that can be associated with aSynchronizer
. -
Classes in org.apache.commons.configuration2.sync used by org.apache.commons.configuration2.plist Class Description SynchronizerSupport Definition of an interface for objects that can be associated with aSynchronizer
. -
Classes in org.apache.commons.configuration2.sync used by org.apache.commons.configuration2.sync Class Description LockMode An enumeration used bySynchronizerSupport
to specify how an object is locked.NoOpSynchronizer An implementation of theSynchronizer
interface which does not perform any synchronization.Synchronizer An interface controlling synchronization of configuration instances. -
Classes in org.apache.commons.configuration2.sync used by org.apache.commons.configuration2.web Class Description SynchronizerSupport Definition of an interface for objects that can be associated with aSynchronizer
.