org.ow2.shelbie.core.internal.converter
Class NumberConverter

java.lang.Object
  extended by org.ow2.shelbie.core.internal.converter.NumberConverter
All Implemented Interfaces:
org.apache.felix.service.command.Converter

public class NumberConverter
extends Object
implements org.apache.felix.service.command.Converter

Converts a Number instance into another Number subtype.

Author:
Loris Bouzonnet

Field Summary
 
Fields inherited from interface org.apache.felix.service.command.Converter
CONVERTER_CLASSES, INSPECT, LINE, PART
 
Constructor Summary
NumberConverter()
           
 
Method Summary
 Object convert(Class<?> toType, Object in)
           
 CharSequence format(Object o, int level, org.apache.felix.service.command.Converter converter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NumberConverter

public NumberConverter()
Method Detail

convert

public Object convert(Class<?> toType,
                      Object in)
               throws Exception
Specified by:
convert in interface org.apache.felix.service.command.Converter
Throws:
Exception

format

public CharSequence format(Object o,
                           int level,
                           org.apache.felix.service.command.Converter converter)
                    throws Exception
Specified by:
format in interface org.apache.felix.service.command.Converter
Throws:
Exception


Copyright © 2013 OW2 Consortium. All Rights Reserved.