public class RunningStubs extends Object
Constructor and Description |
---|
RunningStubs(Collection<RunningStubs> runningStubs) |
RunningStubs(Map<StubConfiguration,Integer> map) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
Set<StubConfiguration> |
getAllServices() |
Set<String> |
getAllServicesNames() |
Map.Entry<StubConfiguration,Integer> |
getEntry(String artifactId) |
Integer |
getPort(String artifactId) |
Integer |
getPort(String groupId,
String artifactId) |
int |
hashCode() |
boolean |
isPresent(String artifactId) |
boolean |
isPresent(String groupId,
String artifactId) |
Map<String,Integer> |
toIvyToPortMapping() |
String |
toString() |
Map<StubConfiguration,Integer> |
validNamesAndPorts() |
public RunningStubs(Map<StubConfiguration,Integer> map)
public RunningStubs(Collection<RunningStubs> runningStubs)
public Map.Entry<StubConfiguration,Integer> getEntry(String artifactId)
public boolean isPresent(String artifactId)
public Set<StubConfiguration> getAllServices()
public Map<StubConfiguration,Integer> validNamesAndPorts()
Copyright © 2016–2020 Spring. All rights reserved.