org.apache.felix.webconsole.internal.obr
Class OsgiDeployer

java.lang.Object
  extended by org.apache.felix.webconsole.internal.obr.OsgiDeployer
All Implemented Interfaces:
Runnable

public class OsgiDeployer
extends Object
implements Runnable


Constructor Summary
OsgiDeployer(Resolver obrResolver, AbstractWebConsolePlugin logger, boolean startBundles)
           
 
Method Summary
static void logRequirements(AbstractWebConsolePlugin logger, String message, Requirement[] reasons)
           
static void logResource(AbstractWebConsolePlugin logger, String message, Resource[] res)
           
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OsgiDeployer

public OsgiDeployer(Resolver obrResolver,
                    AbstractWebConsolePlugin logger,
                    boolean startBundles)
Method Detail

run

public void run()
Specified by:
run in interface Runnable

logResource

public static void logResource(AbstractWebConsolePlugin logger,
                               String message,
                               Resource[] res)

logRequirements

public static void logRequirements(AbstractWebConsolePlugin logger,
                                   String message,
                                   Requirement[] reasons)


Copyright © 2013 The Apache Software Foundation. All Rights Reserved.