Interface SystemConfigurationBuilder
- All Known Implementing Classes:
SystemConfigurationBuilderImpl
public interface SystemConfigurationBuilder
- Author:
- Filip Hrisafov
-
Method Details
-
nodeName
- Parameters:
nodeName
- the name of the node that the configuration will belong to
-
value
- Parameters:
value
- the value of the configuration
-
save
SystemConfiguration save()Save the configuration. It would either create a new one (if none exists for the given node) or update an existing one.
-