Class ReleaseCommand

  • All Implemented Interfaces:
    org.eclipse.emf.common.command.Command

    public class ReleaseCommand
    extends org.eclipse.emf.edit.command.ChangeCommand
    Command to release the current version and create a new version (cannot be undone)
    Version:
    $Rev$
    Author:
    herrmama, $Author$
    • Nested Class Summary

      • Nested classes/interfaces inherited from class org.eclipse.emf.common.command.AbstractCommand

        org.eclipse.emf.common.command.AbstractCommand.NonDirtying
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void doExecute()
      • Methods inherited from class org.eclipse.emf.edit.command.ChangeCommand

        dispose, execute, getChangeRecorder, redo, undo
      • Methods inherited from class org.eclipse.emf.common.command.AbstractCommand

        canExecute, canUndo, chain, getAffectedObjects, getDescription, getLabel, getResult, setDescription, setLabel, toString
    • Constructor Detail

      • ReleaseCommand

        public ReleaseCommand​(EditingDomainListener listener,
                              String label)
        Constructor
        Parameters:
        listener - Listener
        label -
      • ReleaseCommand

        public ReleaseCommand​(EditingDomainListener listener)
        Constructor
        Parameters:
        listener - Listener
    • Method Detail

      • doExecute

        public void doExecute()