gherkin.util
Class FixJava

java.lang.Object
  extended by gherkin.util.FixJava

public class FixJava
extends Object


Constructor Summary
FixJava()
           
 
Method Summary
static String join(List<String> strings, String separator)
           
static
<T,R> List<R>
map(List<T> objects, Mapper<T,R> mapper)
           
static String readReader(Reader reader)
           
static String readResource(String resourcePath)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FixJava

public FixJava()
Method Detail

join

public static String join(List<String> strings,
                          String separator)

map

public static <T,R> List<R> map(List<T> objects,
                                Mapper<T,R> mapper)

readResource

public static String readResource(String resourcePath)
                           throws RuntimeException
Throws:
RuntimeException

readReader

public static String readReader(Reader reader)
                         throws RuntimeException
Throws:
RuntimeException


Copyright © 2011. All Rights Reserved.