public class EnvironmentServiceList extends Object implements Iterable<ServiceImpl>
Constructor and Description |
---|
EnvironmentServiceList() |
Modifier and Type | Method and Description |
---|---|
void |
addService(ServiceImpl service) |
com.eviware.soapui.model.environment.Service |
getServiceAt(com.eviware.soapui.config.ServiceConfig.Type.Enum type,
int index) |
ServiceImpl |
getServiceByName(com.eviware.soapui.config.ServiceConfig.Type.Enum type,
String name) |
ServiceImpl |
getServiceByName(String name) |
int |
getServiceCount(com.eviware.soapui.config.ServiceConfig.Type.Enum type) |
Iterator<ServiceImpl> |
iterator() |
void |
removeService(com.eviware.soapui.model.environment.Service service) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public void addService(ServiceImpl service)
public void removeService(com.eviware.soapui.model.environment.Service service)
public int getServiceCount(com.eviware.soapui.config.ServiceConfig.Type.Enum type)
public com.eviware.soapui.model.environment.Service getServiceAt(com.eviware.soapui.config.ServiceConfig.Type.Enum type, int index)
public ServiceImpl getServiceByName(String name)
public ServiceImpl getServiceByName(com.eviware.soapui.config.ServiceConfig.Type.Enum type, String name)
public Iterator<ServiceImpl> iterator()
iterator
in interface Iterable<ServiceImpl>
Copyright © 2019. All rights reserved.