public class ContractFileScanner extends Object
Modifier and Type | Class and Description |
---|---|
static class |
ContractFileScanner.Builder |
Modifier and Type | Field and Description |
---|---|
protected static boolean |
IS_OS_WINDOWS |
Constructor and Description |
---|
ContractFileScanner(File baseDir,
Set<String> excluded,
Set<String> ignored,
Set<String> included,
String includeMatcher) |
Modifier and Type | Method and Description |
---|---|
static ContractFileScanner.Builder |
builder() |
protected List<org.springframework.cloud.contract.spec.ContractConverter> |
converters() |
protected List<org.springframework.cloud.contract.spec.ContractConverter> |
convertersWithYml() |
wiremock.com.google.common.collect.ListMultimap<Path,ContractMetadata> |
findContracts()
Deprecated.
use the
findContractsRecursively() version |
org.springframework.util.MultiValueMap<Path,ContractMetadata> |
findContractsRecursively() |
@Deprecated public wiremock.com.google.common.collect.ListMultimap<Path,ContractMetadata> findContracts()
findContractsRecursively()
versionpublic org.springframework.util.MultiValueMap<Path,ContractMetadata> findContractsRecursively()
protected List<org.springframework.cloud.contract.spec.ContractConverter> convertersWithYml()
protected List<org.springframework.cloud.contract.spec.ContractConverter> converters()
public static ContractFileScanner.Builder builder()
Copyright © 2016–2021 Spring. All rights reserved.