org.apache.karaf.shell.ssh
Class ShellFactoryImpl.Converter

java.lang.Object
  extended by org.apache.karaf.shell.ssh.ShellFactoryImpl.Converter
All Implemented Interfaces:
org.osgi.service.blueprint.container.Converter
Enclosing class:
ShellFactoryImpl

public static class ShellFactoryImpl.Converter
extends java.lang.Object
implements org.osgi.service.blueprint.container.Converter


Constructor Summary
ShellFactoryImpl.Converter()
           
 
Method Summary
 boolean canConvert(java.lang.Object sourceObject, org.osgi.service.blueprint.container.ReifiedType targetType)
           
 java.lang.Object convert(java.lang.Object sourceObject, org.osgi.service.blueprint.container.ReifiedType targetType)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShellFactoryImpl.Converter

public ShellFactoryImpl.Converter()
Method Detail

canConvert

public boolean canConvert(java.lang.Object sourceObject,
                          org.osgi.service.blueprint.container.ReifiedType targetType)
Specified by:
canConvert in interface org.osgi.service.blueprint.container.Converter

convert

public java.lang.Object convert(java.lang.Object sourceObject,
                                org.osgi.service.blueprint.container.ReifiedType targetType)
                         throws Exception
Specified by:
convert in interface org.osgi.service.blueprint.container.Converter
Throws:
Exception


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