org.sonar.batch.highlighting
Class SyntaxHighlightingDataValueCoder

java.lang.Object
  extended by org.sonar.batch.highlighting.SyntaxHighlightingDataValueCoder
All Implemented Interfaces:
com.persistit.encoding.ValueCoder

public class SyntaxHighlightingDataValueCoder
extends Object
implements com.persistit.encoding.ValueCoder


Constructor Summary
SyntaxHighlightingDataValueCoder()
           
 
Method Summary
 Object get(com.persistit.Value value, Class clazz, com.persistit.encoding.CoderContext context)
           
 void put(com.persistit.Value value, Object object, com.persistit.encoding.CoderContext context)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyntaxHighlightingDataValueCoder

public SyntaxHighlightingDataValueCoder()
Method Detail

put

public void put(com.persistit.Value value,
                Object object,
                com.persistit.encoding.CoderContext context)
Specified by:
put in interface com.persistit.encoding.ValueCoder

get

public Object get(com.persistit.Value value,
                  Class clazz,
                  com.persistit.encoding.CoderContext context)
Specified by:
get in interface com.persistit.encoding.ValueCoder


Copyright © 2009–2015 SonarSource. All rights reserved.