public final class DBManConfigurationHelper extends java.lang.Object implements DBManConfigurationHelperI
This class provides functionality to watch a specified configuration file for any modifications. When a change is detected, it initiates an update process by notifying the registered ConfChangeEventListenerI-s to ensure that the application's configuration remains consistent with the latest changes in the file.
Constructor and Description |
---|
DBManConfigurationHelper(java.io.File _confFile)
Constructs a DBManConfigurationHelper to monitor the specified configuration file.
|
Modifier and Type | Method and Description |
---|---|
void |
addEventListener(ConfChangeEventListenerI listener)
Adds a listener for configuration change events.
|
void |
commentOut(java.lang.String _section,
java.lang.String _variable,
java.lang.String _comment) |
java.lang.String |
doUpdate() |
java.lang.String |
doUpdate(long l) |
void |
fireConfChangeEvent()
Fires a configuration change event to all registered listeners.
|
java.lang.String |
getCommentedOut(java.lang.String _section,
java.lang.String _variable) |
bini |
getConf()
Get the configuration file
|
ErrorHandler |
getErrorHandler() |
java.lang.String |
getInifileName() |
java.util.Properties |
getSectionAsProperties(java.lang.String section)
Get a complete section wrapped into a Properties object
|
java.util.Properties |
getSectionAsProperties(java.lang.String section,
java.util.Properties props) |
java.lang.String |
getSourceFilePath()
Returns the path where the configuration file is located.
|
java.lang.String |
getval(java.lang.String section,
java.lang.String variable)
Get a value from Inifile: Sektion,Variable
|
java.lang.String |
getval(java.lang.String section,
java.lang.String variable,
java.lang.String $default)
Get a value with default from Inifile: Sektion,Variable,Default
|
java.lang.String |
getvalAndVerify(java.lang.String section,
java.lang.String variable,
java.lang.String $default,
netrexx.lang.Rexx props) |
boolean |
getValueAsBool(java.lang.String _section,
java.lang.String _variable) |
boolean |
getValueAsBool(java.lang.String _section,
java.lang.String _variable,
boolean _default) |
int |
getValueAsInt(java.lang.String _section,
java.lang.String _variable) |
int |
getValueAsInt(java.lang.String _section,
java.lang.String _variable,
int _default) |
java.lang.String |
getValueAsString(java.lang.String _section,
java.lang.String _variable) |
java.lang.String |
getValueAsString(java.lang.String _section,
java.lang.String _variable,
java.lang.String _default) |
java.lang.String |
getvalWithUpdateAllowed(java.lang.String section,
java.lang.String variable)
Get a value from Inifile and updates ini structures before if needed
|
boolean |
hasSection(java.lang.String section) |
void |
removeEventListener(ConfChangeEventListenerI listener)
Removes a listener for configuration change events.
|
void |
save() |
java.lang.String |
save(java.io.BufferedReader _reader) |
void |
setSourceFilePath(java.lang.String $14) |
void |
setval(java.lang.String _section,
java.lang.String _variable,
java.lang.String _value) |
java.nio.file.WatchService |
startWatchService()
Starts a WatchService for the watched path.
|
void |
stopWatchService(java.nio.file.WatchService watcher)
Stops the WatchService.
|
public DBManConfigurationHelper(java.io.File _confFile) throws java.io.IOException, java.io.FileNotFoundException
_confFile
- The configuration file to monitor.IOException
- If an I/O error occurs while accessing the file.FileNotFoundException
- If the specified file does not exist.public java.nio.file.WatchService startWatchService() throws java.io.IOException
IOException
- If an I/O error occurs.public void stopWatchService(java.nio.file.WatchService watcher)
watcher
- The WatchService instance to stop.public void addEventListener(ConfChangeEventListenerI listener)
addEventListener
in interface DBManConfigurationHelperI
listener
- The ConfChangeEventListenerI
to add.public void removeEventListener(ConfChangeEventListenerI listener)
removeEventListener
in interface DBManConfigurationHelperI
listener
- The ConfChangeEventListenerI
to remove.public void fireConfChangeEvent()
This method creates a new ConfChangeEvent
with the current last modified time of the mytism.ini file and
notifies all registered listeners by calling their ConfChangeEventListenerI.processConfChangeEvent(ConfChangeEvent)
method.
If a listener throws an exception, it is logged as an error.
public java.lang.String doUpdate(long l)
public java.lang.String doUpdate()
public java.lang.String getInifileName()
public bini getConf()
getConf
in interface DBManConfigurationHelperI
public ErrorHandler getErrorHandler()
public java.lang.String getvalAndVerify(java.lang.String section, java.lang.String variable, java.lang.String $default, netrexx.lang.Rexx props) throws java.lang.IllegalArgumentException
java.lang.IllegalArgumentException
public java.lang.String getval(java.lang.String section, java.lang.String variable)
public java.lang.String getval(java.lang.String section, java.lang.String variable, java.lang.String $default)
getval
in interface DBManConfigurationHelperI
public java.lang.String getValueAsString(java.lang.String _section, java.lang.String _variable)
getValueAsString
in interface DBManConfigurationHelperI
public java.lang.String getValueAsString(java.lang.String _section, java.lang.String _variable, java.lang.String _default)
getValueAsString
in interface DBManConfigurationHelperI
public boolean getValueAsBool(java.lang.String _section, java.lang.String _variable)
getValueAsBool
in interface DBManConfigurationHelperI
public boolean getValueAsBool(java.lang.String _section, java.lang.String _variable, boolean _default)
getValueAsBool
in interface DBManConfigurationHelperI
public int getValueAsInt(java.lang.String _section, java.lang.String _variable)
public int getValueAsInt(java.lang.String _section, java.lang.String _variable, int _default)
getValueAsInt
in interface DBManConfigurationHelperI
public java.lang.String getvalWithUpdateAllowed(java.lang.String section, java.lang.String variable)
public java.util.Properties getSectionAsProperties(java.lang.String section)
public java.util.Properties getSectionAsProperties(java.lang.String section, java.util.Properties props)
public boolean hasSection(java.lang.String section)
hasSection
in interface DBManConfigurationHelperI
public void setval(java.lang.String _section, java.lang.String _variable, java.lang.String _value)
public void commentOut(java.lang.String _section, java.lang.String _variable, java.lang.String _comment)
public java.lang.String getCommentedOut(java.lang.String _section, java.lang.String _variable)
public void save() throws java.io.IOException, java.io.FileNotFoundException
java.io.IOException
java.io.FileNotFoundException
public java.lang.String save(java.io.BufferedReader _reader)
public java.lang.String getSourceFilePath()
DBManConfigurationHelperI
getSourceFilePath
in interface DBManConfigurationHelperI
public void setSourceFilePath(java.lang.String $14)
Copyright © 2000-2025 OAshi S.à r.l. All Rights Reserved.