public interface Project extends TestModelItem
| Modifier and Type | Field and Description |
|---|---|
static String |
JBOSSWS_NATURE_ID
The id of the JBossWS project nature
|
static String |
SOAPUI_NATURE_ID
The id of the SoapUI project nature
|
DESCRIPTION_PROPERTY, ICON_PROPERTY, LABEL_PROPERTY, NAME_PROPERTYgetChildren, getDescription, getIcon, getId, getName, getParent, getSettingsaddPropertyChangeListener, addPropertyChangeListener, removePropertyChangeListener, removePropertyChangeListeneraddTestPropertyListener, getModelItem, getProperties, getPropertiesLabel, getProperty, getPropertyAt, getPropertyCount, getPropertyList, getPropertyNames, getPropertyValue, hasProperty, removeTestPropertyListener, setPropertyValuestatic final String JBOSSWS_NATURE_ID
static final String SOAPUI_NATURE_ID
Workspace getWorkspace()
Interface getInterfaceAt(int index)
int getInterfaceCount()
void addProjectListener(ProjectListener listener)
void removeProjectListener(ProjectListener listener)
int getTestSuiteCount()
TestSuite getTestSuiteAt(int index)
int getMockServiceCount()
MockService getMockServiceAt(int index)
MockService getMockServiceByName(String mockServiceName)
MockService addNewMockService(String name)
boolean save()
throws IOException
IOExceptionList<MockService> getMockServiceList()
boolean hasNature(String natureId)
EndpointStrategy getEndpointStrategy()
void release()
boolean isOpen()
boolean isDisabled()
String getPath()
String getResourceRoot()
String getShadowPassword()
void setShadowPassword(String password)
void inspect()
int getIndexOfTestSuite(TestSuite testSuite)
Copyright © 2013. All Rights Reserved.