Class CommandConfig
java.lang.Object
cz.zcu.fav.kiv.mjakubas.saf.config.configs.CommandConfig
Config containing all command flag values.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet command configProperties
properties file.static CommandConfig
loadCommandConfig
(@NotNull Properties property) Creates new command config fromProperties
file.
-
Constructor Details
-
CommandConfig
public CommandConfig()
-
-
Method Details
-
loadCommandConfig
Creates new command config fromProperties
file.- Parameters:
property
- command configProperties
file- Returns:
- new
CommandConfig
-
getProperties
Get command configProperties
properties file.- Returns:
- command config
Properties
file
-