Interface MdibPostProcessor

  • All Implemented Interfaces:

    
    public interface MdibPostProcessor
    
                        

    Interface for MDIB post-processors.

    Register MDIB post-processors by using installPostProcessor.

    • 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
      Unit run(Mdib mdib, ComponentTree.Root componentTree) Called on each post-processor.
      abstract String getName() Human-readable name for the post-processor instance.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait