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  java.util.Set<Converter> CommandProcessorImpl.converters
           
 

Methods in org.apache.felix.gogo.runtime with parameters of type Converter
 void CommandProcessorImpl.addConverter(Converter c)
           
 java.lang.CharSequence CommandSessionImpl.format(java.lang.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
 java.lang.CharSequence Converter.format(java.lang.Object target, int level, Converter escape)
          Convert an objet to a CharSequence object in the requested format.
 



Copyright © 2011. All Rights Reserved.