Class RemoveStandaloneServerInfobaseCommand

  • All Implemented Interfaces:
    org.eclipse.core.commands.operations.IUndoableOperation

    public class RemoveStandaloneServerInfobaseCommand
    extends org.eclipse.core.commands.operations.AbstractOperation
    Command to remove a web module from a server.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected org.eclipse.wst.server.core.IModule module  
      protected org.eclipse.wst.server.core.IServerWorkingCopy server  
    • Constructor Summary

      Constructors 
      Constructor Description
      RemoveStandaloneServerInfobaseCommand​(org.eclipse.wst.server.core.IServerWorkingCopy server, org.eclipse.wst.server.core.IModule module)
      RemoveStandaloneServerInfobaseCommand constructor comment.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.eclipse.core.runtime.IStatus execute​(org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.core.runtime.IAdaptable info)  
      org.eclipse.core.runtime.IStatus redo​(org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.core.runtime.IAdaptable info)  
      org.eclipse.core.runtime.IStatus undo​(org.eclipse.core.runtime.IProgressMonitor monitor, org.eclipse.core.runtime.IAdaptable info)  
      • Methods inherited from class org.eclipse.core.commands.operations.AbstractOperation

        addContext, canExecute, canRedo, canUndo, dispose, getContexts, getLabel, hasContext, removeContext, setLabel, toString
    • Field Detail

      • server

        protected org.eclipse.wst.server.core.IServerWorkingCopy server
      • module

        protected org.eclipse.wst.server.core.IModule module
    • Constructor Detail

      • RemoveStandaloneServerInfobaseCommand

        public RemoveStandaloneServerInfobaseCommand​(org.eclipse.wst.server.core.IServerWorkingCopy server,
                                                     org.eclipse.wst.server.core.IModule module)
        RemoveStandaloneServerInfobaseCommand constructor comment.
        Parameters:
        server - a server, cannot be null
        module - a web module, cannot be null
    • Method Detail

      • execute

        public org.eclipse.core.runtime.IStatus execute​(org.eclipse.core.runtime.IProgressMonitor monitor,
                                                        org.eclipse.core.runtime.IAdaptable info)
                                                 throws org.eclipse.core.commands.ExecutionException
        Specified by:
        execute in interface org.eclipse.core.commands.operations.IUndoableOperation
        Specified by:
        execute in class org.eclipse.core.commands.operations.AbstractOperation
        Throws:
        org.eclipse.core.commands.ExecutionException
      • redo

        public org.eclipse.core.runtime.IStatus redo​(org.eclipse.core.runtime.IProgressMonitor monitor,
                                                     org.eclipse.core.runtime.IAdaptable info)
                                              throws org.eclipse.core.commands.ExecutionException
        Specified by:
        redo in interface org.eclipse.core.commands.operations.IUndoableOperation
        Specified by:
        redo in class org.eclipse.core.commands.operations.AbstractOperation
        Throws:
        org.eclipse.core.commands.ExecutionException
      • undo

        public org.eclipse.core.runtime.IStatus undo​(org.eclipse.core.runtime.IProgressMonitor monitor,
                                                     org.eclipse.core.runtime.IAdaptable info)
                                              throws org.eclipse.core.commands.ExecutionException
        Specified by:
        undo in interface org.eclipse.core.commands.operations.IUndoableOperation
        Specified by:
        undo in class org.eclipse.core.commands.operations.AbstractOperation
        Throws:
        org.eclipse.core.commands.ExecutionException