com.eviware.soapui.impl.wsdl.actions.iface
Class RemoveInterfaceAction

java.lang.Object
  extended by com.eviware.soapui.support.action.support.AbstractSoapUIAction<WsdlInterface>
      extended by com.eviware.soapui.impl.wsdl.actions.iface.RemoveInterfaceAction
All Implemented Interfaces:
SoapUIAction<WsdlInterface>, PropertyChangeNotifier

public class RemoveInterfaceAction
extends AbstractSoapUIAction<WsdlInterface>

Removes a WsdlInterface from a WsdlProject

Author:
Ole.Matzura

Field Summary
 
Fields inherited from interface com.eviware.soapui.support.action.SoapUIAction
ENABLED_PROPERTY
 
Constructor Summary
RemoveInterfaceAction()
           
 
Method Summary
static boolean hasDependingMockOperations(WsdlInterface iface)
           
static boolean hasDependingTests(WsdlInterface iface)
           
static boolean hasRunningDependingTests(WsdlInterface iface)
           
 void perform(WsdlInterface iface, java.lang.Object param)
           
 
Methods inherited from class com.eviware.soapui.support.action.support.AbstractSoapUIAction
addPropertyChangeListener, addPropertyChangeListener, applies, getDescription, getName, isDefault, isEnabled, removePropertyChangeListener, removePropertyChangeListener, setEnabled
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveInterfaceAction

public RemoveInterfaceAction()
Method Detail

perform

public void perform(WsdlInterface iface,
                    java.lang.Object param)

hasRunningDependingTests

public static boolean hasRunningDependingTests(WsdlInterface iface)

hasDependingTests

public static boolean hasDependingTests(WsdlInterface iface)

hasDependingMockOperations

public static boolean hasDependingMockOperations(WsdlInterface iface)


Copyright © 2005-2007 eviware.com. All Rights Reserved.