Package net.sourceforge.jnlp.config
Class ConfiguratonValidator
java.lang.Object
net.sourceforge.jnlp.config.ConfiguratonValidator
Validates a DeploymentConfiguration by identifying settings with
unrecognized names or incorrect values.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the settings used in the constructor.
-
Constructor Details
-
ConfiguratonValidator
- Parameters:
toValidate
- the settings to validate
-
-
Method Details
-
validate
public void validate()Validates the settings used in the constructor. UsegetIncorrectSetting()
andgetUnrecognizedSetting()
to get the list of incorrect or unrecognized settings. -
getIncorrectSetting
- Returns:
- a list of settings which have incorrect values
-
getUnrecognizedSetting
- Returns:
- a list of settings which are not recognized
-