public class StubsConfiguration extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StubsConfiguration.DependencyPath
Marker class to discern between the stubs location and dependency registration path.
|
| Constructor and Description |
|---|
StubsConfiguration(String stubPath) |
StubsConfiguration(String stubsGroupId,
String stubsArtifactId,
String stubsClassifier) |
StubsConfiguration(StubsConfiguration.DependencyPath path) |
| Modifier and Type | Method and Description |
|---|---|
String |
getStubsArtifactId() |
String |
getStubsClassifier() |
String |
getStubsGroupId() |
String |
toColonSeparatedDependencyNotation() |
public StubsConfiguration(String stubsGroupId, String stubsArtifactId, String stubsClassifier)
public StubsConfiguration(String stubPath)
public StubsConfiguration(StubsConfiguration.DependencyPath path)
Copyright © 2021 Pivotal Software, Inc.. All rights reserved.