Package org.somda.sdc.glue.common
Class ModificationsBuilder
-
- All Implemented Interfaces:
public class ModificationsBuilderUtility 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
Modifier and Type Method Description MdibDescriptionModificationsget()Gets the precompiled MdibDescriptionModifications. -
-
Method Detail
-
get
MdibDescriptionModifications 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.
-
-
-
-