public interface GuessPlugin
A Guess Plugin guesses a configuration ConfigDiff
from a partial configuration for input,
and a byte sequence Buffer
.
Modifier and Type | Method and Description |
---|---|
ConfigDiff |
guess(ConfigSource config,
Buffer sample)
Performs the guess.
|
ConfigDiff guess(ConfigSource config, Buffer sample)
config
- a partial configuration for input given from a usersample
- a sample data to guessconfig
and sample