cucumber.runtime.snippets
Class ArgumentPattern

java.lang.Object
  extended by cucumber.runtime.snippets.ArgumentPattern

public class ArgumentPattern
extends Object


Constructor Summary
ArgumentPattern(Pattern pattern, Class<?> type)
           
 
Method Summary
 Pattern pattern()
           
 String replaceMatchesWithGroups(String name)
           
 String replaceMatchesWithSpace(String name)
           
 Class<?> type()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArgumentPattern

public ArgumentPattern(Pattern pattern,
                       Class<?> type)
Method Detail

pattern

public Pattern pattern()

type

public Class<?> type()

replaceMatchesWithGroups

public String replaceMatchesWithGroups(String name)

replaceMatchesWithSpace

public String replaceMatchesWithSpace(String name)


Copyright © 2012. All Rights Reserved.