Class ModificationsBuilder

  • All Implemented Interfaces:

    
    public class 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.

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Method Summary

      Modifier and Type Method Description
      MdibDescriptionModifications get() Gets the precompiled MdibDescriptionModifications.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • 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.