org.commonjava.tensor.io
Class AggregatorConfigUtils

java.lang.Object
  extended by org.commonjava.tensor.io.AggregatorConfigUtils

public final class AggregatorConfigUtils
extends Object


Method Summary
static AggregatorConfig read(InputStream stream)
           
static AggregatorConfig read(List<String> lines)
           
static AggregatorConfig read(Reader reader)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

read

public static AggregatorConfig read(InputStream stream)
                             throws IOException
Throws:
IOException

read

public static AggregatorConfig read(Reader reader)
                             throws IOException
Throws:
IOException

read

public static AggregatorConfig read(List<String> lines)


Copyright © 2013. All Rights Reserved.