org.apache.felix.dm.shell
Class DMCommand

java.lang.Object
  extended by org.apache.felix.dm.shell.DMCommand
Direct Known Subclasses:
EquinoxDMCommand, FelixDMCommand, GogoDMCommand

public class DMCommand
extends Object

Shell command for showing all services and dependencies that are managed by the dependency manager.

Author:
Felix Project Team

Constructor Summary
DMCommand(BundleContext context)
           
 
Method Summary
 void execute(String line, PrintStream out, PrintStream err)
           
 String getName()
           
 String getShortDescription()
           
 String getUsage()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DMCommand

public DMCommand(BundleContext context)
Method Detail

execute

public void execute(String line,
                    PrintStream out,
                    PrintStream err)

getName

public String getName()

getShortDescription

public String getShortDescription()

getUsage

public String getUsage()


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