public class AllIndexesSelector extends java.lang.Object implements FieldSelector
FieldSelector
Constructor and Description |
---|
AllIndexesSelector() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
describe()
Returns a string that represents the current field selection
|
int[] |
getFieldIndexes(java.lang.String[] headers)
Returns the indexes of any selected fields that are part of a sequence of headers.
|
public int[] getFieldIndexes(java.lang.String[] headers)
FieldSelector
getFieldIndexes
in interface FieldSelector
headers
- the sequence of headers that might have some elements selected by this FieldSelectorpublic java.lang.String describe()
FieldSelector
describe
in interface FieldSelector