Package com.facebook.buck.core.model
Interface Flavor
-
- All Superinterfaces:
Comparable<Flavor>
- All Known Implementing Classes:
InternalFlavor
,UserFlavor
public interface Flavor extends Comparable<Flavor>
-
-
Field Summary
Fields Modifier and Type Field Description static Pattern
INVALID_FLAVOR_CHARACTERS
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default void
check()
default int
compareTo(Flavor that)
String
getName()
static String
replaceInvalidCharacters(String name)
-
-
-
Field Detail
-
INVALID_FLAVOR_CHARACTERS
static final Pattern INVALID_FLAVOR_CHARACTERS
-
-