Uses of Interface
org.apache.felix.service.command.Converter

Packages that use Converter
org.apache.felix.gogo.runtime   
org.apache.felix.service.command   
 

Uses of Converter in org.apache.felix.gogo.runtime
 

Classes in org.apache.felix.gogo.runtime that implement Converter
 class CommandSessionImpl
           
 

Fields in org.apache.felix.gogo.runtime with type parameters of type Converter
protected  Set<Converter> CommandProcessorImpl.converters
           
 

Methods in org.apache.felix.gogo.runtime with parameters of type Converter
 void CommandProcessorImpl.addConverter(Converter c)
           
 CharSequence CommandSessionImpl.format(Object target, int level, Converter escape)
           
 void CommandProcessorImpl.removeConverter(Converter c)
           
 

Uses of Converter in org.apache.felix.service.command
 

Methods in org.apache.felix.service.command with parameters of type Converter
 CharSequence Converter.format(Object target, int level, Converter escape)
          Convert an objet to a CharSequence object in the requested format.
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.