com.tinkerpop.rexster.gremlin.converter
Class ConsoleResultConverter

java.lang.Object
  extended by com.tinkerpop.rexster.gremlin.converter.ConsoleResultConverter
All Implemented Interfaces:
ResultConverter<List<String>>

public class ConsoleResultConverter
extends Object
implements ResultConverter<List<String>>


Constructor Summary
ConsoleResultConverter(Writer outputWriter)
           
 
Method Summary
 List<String> convert(Object result)
          Converts the result to a sensible format given the implementation.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ConsoleResultConverter

public ConsoleResultConverter(Writer outputWriter)
Method Detail

convert

public List<String> convert(Object result)
                     throws Exception
Description copied from interface: ResultConverter
Converts the result to a sensible format given the implementation.

Specified by:
convert in interface ResultConverter<List<String>>
Throws:
Exception


Copyright © 2009-2012. All Rights Reserved.