Serialized Form
-
Package co.luminositylabs.config
-
Class co.luminositylabs.config.Configuration extends Object implements Serializable
- serialVersionUID:
- 7848558640626834259L
-
Serialized Fields
-
lock
ReentrantReadWriteLock lock
A lock which handles concurrent access to the properties. -
properties
Properties properties
Underlying storage object for the properties. -
readLock
Lock readLock
The read lock used to handle concurrent access to the properties. -
writeLock
Lock writeLock
The write lock used to handle concurrent access to the properties.
-
-