Uses of Class
com.github.fridujo.glacio.model.Keyword
-
Packages that use Keyword Package Description com.github.fridujo.glacio.model -
-
Uses of Keyword in com.github.fridujo.glacio.model
Methods in com.github.fridujo.glacio.model that return types with arguments of type Keyword Modifier and Type Method Description Optional<Keyword>Step. getKeyword()Constructor parameters in com.github.fridujo.glacio.model with type arguments of type Keyword Constructor Description Step(boolean background, Optional<Keyword> keyword, String text, Optional<StepArgument> argument, List<Step> substeps)
-