public static class TreeWalkResults.MatchSpec extends Object
Modifier and Type | Field and Description |
---|---|
static TreeWalkResults.TreeWalkEntry.STATUS[] |
defaultAcceptableStatiArray |
static TreeWalkResults.TreeWalkEntry.STATUS[] |
defaultErrorStatiArray |
List<TreeWalkResults.TreeWalkEntry.STATUS> |
errorStati |
boolean |
leftEmptyMatchesAllText |
Constructor and Description |
---|
MatchSpec() |
Modifier and Type | Method and Description |
---|---|
static TreeWalkResults.MatchSpec |
create(TreeWalkResults.TreeWalkEntry.STATUS[] statiArray) |
static TreeWalkResults.MatchSpec |
createDefault() |
void |
removeErrorFromSpec(TreeWalkResults.TreeWalkEntry.STATUS status) |
String |
toString() |
public static final TreeWalkResults.TreeWalkEntry.STATUS[] defaultAcceptableStatiArray
public static final TreeWalkResults.TreeWalkEntry.STATUS[] defaultErrorStatiArray
public List<TreeWalkResults.TreeWalkEntry.STATUS> errorStati
public boolean leftEmptyMatchesAllText
public static TreeWalkResults.MatchSpec createDefault()
public static TreeWalkResults.MatchSpec create(TreeWalkResults.TreeWalkEntry.STATUS[] statiArray)
public void removeErrorFromSpec(TreeWalkResults.TreeWalkEntry.STATUS status)
Copyright © 2016. All rights reserved.