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 in)
           
static String readResource(String resourcePath)
           
static byte[] readStream(InputStream in)
           
 
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 in)
                         throws RuntimeException
Throws:
RuntimeException

readStream

public static byte[] readStream(InputStream in)
                         throws RuntimeException
Throws:
RuntimeException


Copyright © 2012. All Rights Reserved.