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(AbstractInterface<?> iface)
           
static boolean hasRunningDependingTests(AbstractInterface<?> iface)
           
 void perform(WsdlInterface iface, java.lang.Object param)
           
 
Methods inherited from class com.eviware.soapui.support.action.support.AbstractSoapUIAction
addPropertyChangeListener, addPropertyChangeListener, applies, getDescription, getId, 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(AbstractInterface<?> iface)

hasDependingTests

public static boolean hasDependingTests(AbstractInterface<?> iface)

hasDependingMockOperations

public static boolean hasDependingMockOperations(WsdlInterface iface)


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