org.ops4j.pax.swissbox.converter
Class BlueprintConverter

java.lang.Object
  extended by org.ops4j.pax.swissbox.converter.helpers.WrapperConverter
      extended by org.ops4j.pax.swissbox.converter.BlueprintConverter
All Implemented Interfaces:
Converter

public class BlueprintConverter
extends WrapperConverter
implements Converter

JAVADOC

Author:
Alin Dreghiciu

Field Summary
static BlueprintConverter INSTANCE
           
 
Constructor Summary
BlueprintConverter()
           
BlueprintConverter(Converter escape)
           
BlueprintConverter(Converter escape, Loader loader)
           
BlueprintConverter(Loader loader)
           
 
Method Summary
static BlueprintConverter blueprintConverter()
           
static BlueprintConverter blueprintConverter(Converter escape)
           
static BlueprintConverter blueprintConverter(Converter escape, Loader loader)
           
static BlueprintConverter blueprintConverter(Loader loader)
           
 
Methods inherited from class org.ops4j.pax.swissbox.converter.helpers.WrapperConverter
canConvert, convert, delegate, wrapperConverter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.osgi.service.blueprint.container.Converter
canConvert, convert
 

Field Detail

INSTANCE

public static final BlueprintConverter INSTANCE
Constructor Detail

BlueprintConverter

public BlueprintConverter()

BlueprintConverter

public BlueprintConverter(Converter escape)

BlueprintConverter

public BlueprintConverter(Loader loader)

BlueprintConverter

public BlueprintConverter(Converter escape,
                          Loader loader)
Method Detail

blueprintConverter

public static BlueprintConverter blueprintConverter()

blueprintConverter

public static BlueprintConverter blueprintConverter(Converter escape)

blueprintConverter

public static BlueprintConverter blueprintConverter(Loader loader)

blueprintConverter

public static BlueprintConverter blueprintConverter(Converter escape,
                                                    Loader loader)


Copyright © 2006-2012 OPS4J - Open Participation Software for Java. All Rights Reserved.