public final class Group
extends java.lang.Object
Settings
.Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName() |
com.google.common.collect.ImmutableList<Setting<?>> |
getSettings() |
static Group |
of(java.lang.String name,
java.util.Collection<Setting<?>> settings)
Creates a new group of settings.
|
static Group |
of(java.lang.String name,
Setting<?>... settings)
Creates a new group of settings.
|
public static Group of(java.lang.String name, Setting<?>... settings)
name
- the name of the groupsettings
- the settings in the grouppublic static Group of(java.lang.String name, java.util.Collection<Setting<?>> settings)
name
- the name of the groupsettings
- the settings in the grouppublic java.lang.String getName()
public com.google.common.collect.ImmutableList<Setting<?>> getSettings()