public class Headers extends BundlesCommandOptional
| Modifier and Type | Class and Description |
|---|---|
protected static interface |
Headers.ClauseFormatter |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
BUNDLE_PREFIX |
protected static String |
CAPABILITY_SUFFIX |
protected static String |
IMPORT_PACKAGES_ATTRIB |
protected static String |
PACKAGE_SUFFFIX |
protected static String |
REQUIRE_BUNDLE_ATTRIB |
protected static String |
SERVICE_SUFFIX |
| Constructor and Description |
|---|
Headers() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
doExecute(List<org.osgi.framework.Bundle> bundles) |
protected void |
formatClause(org.apache.felix.utils.manifest.Clause clause,
Headers.ClauseFormatter formatter,
StringBuilder builder,
int indent) |
protected void |
formatClause(org.apache.felix.utils.manifest.Clause clause,
StringBuilder builder,
int indent) |
protected void |
formatClauses(org.apache.felix.utils.manifest.Clause[] clauses,
Headers.ClauseFormatter formatter,
StringBuilder builder,
int indent) |
protected void |
formatHeader(String header,
Headers.ClauseFormatter formatter,
StringBuilder builder,
int indent) |
protected String |
generateFormattedOutput(org.osgi.framework.Bundle bundle) |
protected int |
getTermWidth() |
protected void |
printHeaders(org.osgi.framework.Bundle bundle) |
doExecuteprotected static final String BUNDLE_PREFIX
protected static final String PACKAGE_SUFFFIX
protected static final String SERVICE_SUFFIX
protected static final String CAPABILITY_SUFFIX
protected static final String IMPORT_PACKAGES_ATTRIB
protected static final String REQUIRE_BUNDLE_ATTRIB
protected void doExecute(List<org.osgi.framework.Bundle> bundles) throws Exception
doExecute in class BundlesCommandOptionalbundles - null if no bundle ids or names were specified.Exceptionprotected void printHeaders(org.osgi.framework.Bundle bundle)
protected String generateFormattedOutput(org.osgi.framework.Bundle bundle)
protected void formatHeader(String header, Headers.ClauseFormatter formatter, StringBuilder builder, int indent)
protected void formatClauses(org.apache.felix.utils.manifest.Clause[] clauses,
Headers.ClauseFormatter formatter,
StringBuilder builder,
int indent)
protected void formatClause(org.apache.felix.utils.manifest.Clause clause,
Headers.ClauseFormatter formatter,
StringBuilder builder,
int indent)
protected int getTermWidth()
protected void formatClause(org.apache.felix.utils.manifest.Clause clause,
StringBuilder builder,
int indent)
Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.