Modifier and Type | Field and Description |
---|---|
List<DSComp> |
DSRef.candidates
List of candidates - might be empty.
|
Modifier and Type | Method and Description |
---|---|
DSComp |
DSRootCause.getRootCause(org.osgi.service.component.runtime.dto.ComponentDescriptionDTO desc)
Get the root cause for a component description
|
DSComp |
DSRootCause.getRootCause(org.osgi.service.component.runtime.dto.ComponentDescriptionDTO desc,
Collection<org.osgi.service.component.runtime.dto.ComponentDescriptionDTO> allDTOs)
Get the root cause for a component description
|
DSComp |
RootCauseCommand.rootcause(String componentName) |
Modifier and Type | Method and Description |
---|---|
Optional<DSComp> |
DSRootCause.getRootCause(String iface)
Get the root cause based on an interface name
|
Optional<DSComp> |
DSRootCause.getRootCause(String iface,
Collection<org.osgi.service.component.runtime.dto.ComponentDescriptionDTO> allDTOs)
Get the root cause based on an interface name
|
Modifier and Type | Method and Description |
---|---|
void |
RootCausePrinter.print(DSComp comp)
Print the root cause
|
void |
RootCausePrinter.print(DSComp comp,
int level)
Print the root cause
|
Copyright © 2006–2021 The Apache Software Foundation. All rights reserved.