public class Groups extends Object
Modifier and Type | Field and Description |
---|---|
protected List<Group> |
groups
The list of single groups.
|
protected List<List<Group>> |
sequences
The list of sequences.
|
Constructor and Description |
---|
Groups() |
Modifier and Type | Method and Description |
---|---|
void |
assertDefaultGroupSequenceIsExpandable(List<Group> defaultGroups)
Assert that the default group can be expanded to
defaultGroups . |
List<Group> |
getGroups()
Get the Groups.
|
List<List<Group>> |
getSequences()
Get the Group sequences.
|
Copyright © 2010–2016 The Apache Software Foundation. All rights reserved.