public interface Flavor extends Comparable<Flavor>
| Modifier and Type | Field and Description | 
|---|---|
static Pattern | 
INVALID_FLAVOR_CHARACTERS  | 
| Modifier and Type | Method and Description | 
|---|---|
default void | 
check()  | 
default int | 
compareTo(Flavor that)  | 
String | 
getName()  | 
static String | 
replaceInvalidCharacters(String name)  | 
static final Pattern INVALID_FLAVOR_CHARACTERS