com.tinkerpop.rexster.gremlin.converter
Class ConsoleResultConverter
java.lang.Object
com.tinkerpop.rexster.gremlin.converter.ConsoleResultConverter
- All Implemented Interfaces:
- ResultConverter<List<String>>
public class ConsoleResultConverter
- extends Object
- implements ResultConverter<List<String>>
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 |
ConsoleResultConverter
public ConsoleResultConverter(Writer outputWriter)
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.