| Package | Description |
|---|---|
| org.jspringbot.keyword.csv.criteria |
| Modifier and Type | Class and Description |
|---|---|
class |
ColumnEqualsRestriction
Add a column equals restriction
|
class |
ConjunctionRestriction
Will or all provided restrictions
|
class |
DisjunctionRestriction
Will or all provided restrictions
|
| Modifier and Type | Method and Description |
|---|---|
static Restriction |
Restrictions.columnIndexEquals(int index,
String value) |
static Restriction |
Restrictions.columnNameEquals(String name,
String value) |
| Modifier and Type | Method and Description |
|---|---|
CSVLineCriteria |
CSVLineCriteria.add(Restriction restriction) |
ConjunctionRestriction |
ConjunctionRestriction.and(Restriction restriction) |
void |
DisjunctionRestriction.append(Restriction r) |
void |
RestrictionAppender.append(Restriction r) |
void |
CSVLineCriteria.append(Restriction r) |
void |
ConjunctionRestriction.append(Restriction r) |
DisjunctionRestriction |
DisjunctionRestriction.or(Restriction restriction) |
Copyright © 2018. All rights reserved.