Class OsgiContextModelChange


  • public class OsgiContextModelChange
    extends Change
    • Constructor Detail

    • Method Detail

      • uninstall

        public void uninstall​(List<Change> operations)
        Description copied from class: Change
        A Change may be reversed, which is handy when rolling back existing Batch. A single change may be a no-op during uninstallation (like for example welcome files), but also may consist of more uninstallation changes - like OsgiContextModelChange which has to follow unregistrations of dynamic servlets/filters/listeners.
        Overrides:
        uninstall in class Change
      • getContext

        public org.ops4j.pax.web.service.WebContainerContext getContext()
      • accept

        public void accept​(BatchVisitor visitor)
        Description copied from class: Change
        Perform an operation in acceptor-visitor pattern.
        Specified by:
        accept in class Change