Class MockAutoCompletionConsumer.MockAutoCompletionInvocation
- java.lang.Object
-
- com.funnelback.plugin.index.consumers.mock.MockAutoCompletionConsumer.MockAutoCompletionInvocation
-
- Enclosing class:
- MockAutoCompletionConsumer
public static class MockAutoCompletionConsumer.MockAutoCompletionInvocation extends Object
Holds the values thatMockAutoCompletionConsumer.applyAutoCompletionEntryToProfiles(AutoCompletionEntry, Set)
was called with. Although this class is immutable, the fields are not.
-
-
Field Summary
Fields Modifier and Type Field Description private AutoCompletionEntry
entry
private Set<String>
profiles
-
Constructor Summary
Constructors Constructor Description MockAutoCompletionInvocation(AutoCompletionEntry entry, Set<String> profiles)
-
-
-
Field Detail
-
entry
private final AutoCompletionEntry entry
-
-
Constructor Detail
-
MockAutoCompletionInvocation
public MockAutoCompletionInvocation(AutoCompletionEntry entry, Set<String> profiles)
-
-