org.ow2.jonas.addon.commands
Class InspectCommand

java.lang.Object
  extended by org.ow2.jonas.addon.commands.InspectCommand
All Implemented Interfaces:
org.apache.felix.gogo.commands.Action

public class InspectCommand
extends Object
implements org.apache.felix.gogo.commands.Action

Inspect capabilities / requirement

Author:
Jeremy Cazaux

Field Summary
static String CAPABILITY_TOKEN
          Capability token
static String REQUIREMENT_TOKEN
          Requirement token
 
Constructor Summary
InspectCommand()
           
 
Method Summary
 Object execute(org.apache.felix.service.command.CommandSession commandSession)
          
static String printList(List<String> list)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

REQUIREMENT_TOKEN

public static final String REQUIREMENT_TOKEN
Requirement token

See Also:
Constant Field Values

CAPABILITY_TOKEN

public static final String CAPABILITY_TOKEN
Capability token

See Also:
Constant Field Values
Constructor Detail

InspectCommand

public InspectCommand()
Method Detail

execute

public Object execute(org.apache.felix.service.command.CommandSession commandSession)
               throws Exception

Specified by:
execute in interface org.apache.felix.gogo.commands.Action
Throws:
Exception

printList

public static String printList(List<String> list)


Copyright © 2013 OW2 Consortium. All Rights Reserved.