com.tngtech.jgiven.config
Class TagConfiguration

java.lang.Object
  extended by com.tngtech.jgiven.config.TagConfiguration

public class TagConfiguration
extends java.lang.Object


Nested Class Summary
static class TagConfiguration.Builder
           
 
Constructor Summary
TagConfiguration()
           
 
Method Summary
static TagConfiguration fromIsTag(IsTag isTag)
           
 java.lang.String getDefaultValue()
           
 java.lang.String getDescription()
           
 java.lang.String getType()
           
 boolean isExplodeArray()
           
 boolean isIgnoreValue()
           
 boolean isPrependType()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TagConfiguration

public TagConfiguration()
Method Detail

getDefaultValue

public java.lang.String getDefaultValue()

getDescription

public java.lang.String getDescription()

getType

public java.lang.String getType()

isExplodeArray

public boolean isExplodeArray()

isIgnoreValue

public boolean isIgnoreValue()

isPrependType

public boolean isPrependType()

fromIsTag

public static TagConfiguration fromIsTag(IsTag isTag)