ConfigurationHandler
class implements configuration reading
form a java.io.InputStream
and writing to a
java.io.OutputStream
on behalf of the
FilePersistenceManager
class.Dictionary
for the given pid
.true
if a (configuration) file exists for the given
identifier.true
if a persisted Dictionary
exists for
the given pid
.FilePersistenceManager
class stores configuration data in
properties-like files inside a given directory.Dictionary
objects.Dictionary
objects known to
this persistence manager.File
object.Dictionary
object.Dictionary
for the given pid
.NotCachablePersistenceManager
is a marker interface which
extends PersistenceManager
to inform that no cache should be applied
around this persistence manager.PersistenceManager
interface defines the API to be
implemented to support persisting configuration data.InputStream
and
returns a new Dictionary
object containing the data.Dictionary
in a file denoted
by the given identifier.Dictionary
under the given pid
.Dictionary
to the
given OutputStream
.Copyright © 2006–2019 The Apache Software Foundation. All rights reserved.