public interface HasBundleName
Modifier and Type | Method and Description |
---|---|
default String |
computeBundleName(com.google.common.collect.ImmutableSortedSet<Flavor> flavors,
java.util.function.Supplier<String> defaultName)
Computes the bundle name as configured, or falls back to a default name.
|
Optional<String> |
getBundleName()
The name of the bundle.
|
com.google.common.collect.ImmutableList<Pair<Flavor,String>> |
getBundleNameForFlavor()
A mapping from flavors to bundle names.
|
default String computeBundleName(com.google.common.collect.ImmutableSortedSet<Flavor> flavors, java.util.function.Supplier<String> defaultName)