public class CheckConfiguration
extends java.lang.Object
Constructor and Description |
---|
CheckConfiguration(java.lang.String nameConfFile_)
Empty constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
checkCompleteConfigurationFile()
The method validates all the values given in the ProLiC configuration file.
|
java.util.HashMap<java.lang.String,java.lang.String> |
getAppliedDefaultValues()
The method returns a Map with key-value pairs where
a) wrong settings have been applied in the ProLiC configuration file and
b) default values are applied in order to prevent ProLiC from shutdown.
|
java.util.HashMap<java.lang.String,java.lang.String> |
getWrongValues()
The method returns a Map with key-value pairs where wrong settings have been
applied in the ProLiC configuration file.
|
public CheckConfiguration(java.lang.String nameConfFile_)
public boolean checkCompleteConfigurationFile()
public java.util.HashMap<java.lang.String,java.lang.String> getWrongValues()
public java.util.HashMap<java.lang.String,java.lang.String> getAppliedDefaultValues()