public class StubRunnerOptions extends Object
StubRunnerOptionsBuilder| Constructor and Description |
|---|
StubRunnerOptions(Integer minPortValue,
Integer maxPortValue,
String stubRepositoryRoot,
boolean workOffline,
String stubsClassifier,
Collection<StubConfiguration> dependencies,
Map<StubConfiguration,Integer> stubIdsToPortMapping) |
| Modifier and Type | Method and Description |
|---|---|
Collection<StubConfiguration> |
getDependencies() |
Integer |
getMaxPortValue() |
Integer |
getMinPortValue() |
Map<StubConfiguration,Integer> |
getStubIdsToPortMapping() |
String |
getStubRepositoryRoot() |
String |
getStubsClassifier() |
boolean |
isWorkOffline() |
Integer |
port(StubConfiguration stubConfiguration) |
String |
toString() |
public StubRunnerOptions(Integer minPortValue, Integer maxPortValue, String stubRepositoryRoot, boolean workOffline, String stubsClassifier, Collection<StubConfiguration> dependencies, Map<StubConfiguration,Integer> stubIdsToPortMapping)
public Integer port(StubConfiguration stubConfiguration)
public Integer getMinPortValue()
public Integer getMaxPortValue()
public String getStubRepositoryRoot()
public boolean isWorkOffline()
public String getStubsClassifier()
public Collection<StubConfiguration> getDependencies()
public Map<StubConfiguration,Integer> getStubIdsToPortMapping()
Copyright © 2016 Spring. All rights reserved.