org.springframework.boot.config
Interface YamlProcessor.DocumentMatcher

All Known Implementing Classes:
ArrayDocumentMatcher, DefaultProfileDocumentMatcher, SpringProfileDocumentMatcher
Enclosing class:
YamlProcessor

public static interface YamlProcessor.DocumentMatcher

Strategy interface used the test if properties match.


Method Summary
 YamlProcessor.MatchStatus matches(Properties properties)
          Test if the given properties match.
 

Method Detail

matches

YamlProcessor.MatchStatus matches(Properties properties)
Test if the given properties match.

Parameters:
properties - the properties to test
Returns:
the status of the match.


Copyright © 2013. All Rights Reserved.