Package org.somda.sdc.glue.common
Class ModificationsBuilder
java.lang.Object
org.somda.sdc.glue.common.ModificationsBuilder
Utility class to create an MdibDescriptionModifications object from an Mdib container.
Important note: the MDIB passed to the ModificationsBuilder will be modified. Make sure to pass a copy if necessary.
Use MdibMapper to map from MdibAccess to an Mdib object.
-
Method Summary
-
Method Details
-
get
Gets the precompiled MdibDescriptionModifications.- Returns:
- the built MdibDescriptionModifications. As the build process takes place right after object construction, this method returns a pre-assembled object structure.
-