Infinispan Distribution 5.2.6.Final-redhat-2

org.infinispan.cli.interpreter.codec
Class CodecRegistry

java.lang.Object
  extended by org.infinispan.cli.interpreter.codec.CodecRegistry

public class CodecRegistry
extends Object

CodecRegistry.

Since:
5.2
Author:
Tristan Tarrant

Field Summary
static Log log
           
 
Constructor Summary
CodecRegistry(ClassLoader cl)
           
 
Method Summary
 Codec getCodec(String name)
           
 Collection<Codec> getCodecs()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

log

public static final Log log
Constructor Detail

CodecRegistry

public CodecRegistry(ClassLoader cl)
Method Detail

getCodecs

public Collection<Codec> getCodecs()

getCodec

public Codec getCodec(String name)

Infinispan Distribution 5.2.6.Final-redhat-2

Copyright © 2013 JBoss, a division of Red Hat. All Rights Reserved.