| Modifier and Type | Class and Description |
|---|---|
static class |
Tags.Values |
| Constructor and Description |
|---|
Tags(Collection<Tag> in) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
allOf(jdk.nashorn.api.scripting.ScriptObjectMirror som) |
boolean |
anyOf(jdk.nashorn.api.scripting.ScriptObjectMirror som) |
boolean |
contains(String tagText) |
boolean |
evaluate(String tagSelector) |
static String |
fromKarateOptionsTags(List<String> tags) |
static String |
fromKarateOptionsTags(String... tags) |
Collection<Tag> |
getOriginal() |
List<String> |
getTags() |
Map<String,List<String>> |
getTagValues() |
Iterator<Tag> |
iterator() |
static Tags |
merge(List<Tag>... lists) |
boolean |
not(jdk.nashorn.api.scripting.ScriptObjectMirror som) |
static List<Map> |
toResultList(List<Tag> tags) |
Tags.Values |
valuesFor(String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic static final Tags EMPTY
public Tags(Collection<Tag> in)
public boolean evaluate(String tagSelector)
public boolean contains(String tagText)
public Collection<Tag> getOriginal()
public boolean anyOf(jdk.nashorn.api.scripting.ScriptObjectMirror som)
public boolean allOf(jdk.nashorn.api.scripting.ScriptObjectMirror som)
public boolean not(jdk.nashorn.api.scripting.ScriptObjectMirror som)
public Tags.Values valuesFor(String name)
Copyright © 2019. All rights reserved.