Package org.apache.felix.gogo.command
Class Inspect
- java.lang.Object
-
- org.apache.felix.gogo.command.Inspect
-
public class Inspect extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringCAPABILITYstatic StringNONSTANDARD_SERVICE_NAMESPACEstatic StringREQUIREMENT
-
Constructor Summary
Constructors Constructor Description Inspect(org.osgi.framework.BundleContext bc)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinspect(String direction, String namespace, org.osgi.framework.Bundle[] bundles)static voidprintCapabilities(org.osgi.framework.BundleContext bc, List<String> namespace, org.osgi.framework.Bundle[] bundles)static voidprintRequirements(org.osgi.framework.BundleContext bc, List<String> namespace, org.osgi.framework.Bundle[] bundles)
-
-
-
Field Detail
-
NONSTANDARD_SERVICE_NAMESPACE
public static final String NONSTANDARD_SERVICE_NAMESPACE
- See Also:
- Constant Field Values
-
CAPABILITY
public static final String CAPABILITY
- See Also:
- Constant Field Values
-
REQUIREMENT
public static final String REQUIREMENT
- See Also:
- Constant Field Values
-
-