|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.tngtech.jgiven.config.TagConfiguration
public class TagConfiguration
Represents the configuration of a tag.
for a documentation of the different values.| Nested Class Summary | |
|---|---|
static class |
TagConfiguration.Builder
|
| Constructor Summary | |
|---|---|
TagConfiguration()
|
|
| Method Summary | |
|---|---|
static TagConfiguration |
fromIsTag(IsTag isTag)
|
java.lang.String |
getColor()
IsTag.color() |
java.lang.String |
getCssClass()
IsTag.cssClass() |
java.lang.String |
getDefaultValue()
IsTag.value() |
java.lang.String |
getDescription()
IsTag.description() |
java.lang.Class<? extends TagDescriptionGenerator> |
getDescriptionGenerator()
IsTag.descriptionGenerator() |
java.lang.String |
getType()
IsTag.type() |
boolean |
isExplodeArray()
IsTag.explodeArray() |
boolean |
isIgnoreValue()
IsTag.ignoreValue() |
boolean |
isPrependType()
IsTag.prependType() |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TagConfiguration()
| Method Detail |
|---|
public java.lang.String getDefaultValue()
IsTag.value()
IsTagpublic java.lang.String getDescription()
IsTag.description()
IsTagpublic java.lang.Class<? extends TagDescriptionGenerator> getDescriptionGenerator()
IsTag.descriptionGenerator()
IsTagpublic java.lang.String getType()
IsTag.type()
IsTagpublic boolean isExplodeArray()
IsTag.explodeArray()
IsTagpublic boolean isIgnoreValue()
IsTag.ignoreValue()
IsTagpublic boolean isPrependType()
IsTag.prependType()
IsTagpublic java.lang.String getColor()
IsTag.color()
IsTagpublic java.lang.String getCssClass()
IsTag.cssClass()
IsTagpublic static TagConfiguration fromIsTag(IsTag isTag)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||