public class OSGiBean extends Object implements Comparable<OSGiBean>
Modifier and Type | Class and Description |
---|---|
static class |
OSGiBean.Builder |
Modifier and Type | Method and Description |
---|---|
void |
addConfiguration(ContainerState containerState,
org.osgi.service.cdi.runtime.dto.template.ConfigurationTemplateDTO dto) |
void |
addReference(org.osgi.service.cdi.runtime.dto.template.ReferenceTemplateDTO dto) |
int |
compareTo(OSGiBean other) |
boolean |
found() |
void |
found(boolean found) |
org.osgi.service.cdi.runtime.dto.template.ComponentTemplateDTO |
geComponentTemplateDTO() |
Class<?> |
getBeanClass() |
org.osgi.service.cdi.runtime.dto.template.ComponentTemplateDTO |
getComponent() |
void |
setComponent(ContainerState containerState,
org.osgi.service.cdi.runtime.dto.template.ComponentTemplateDTO componentTemplate) |
String |
toString() |
public void addConfiguration(ContainerState containerState, org.osgi.service.cdi.runtime.dto.template.ConfigurationTemplateDTO dto)
public void addReference(org.osgi.service.cdi.runtime.dto.template.ReferenceTemplateDTO dto)
public int compareTo(OSGiBean other)
compareTo
in interface Comparable<OSGiBean>
public boolean found()
public void found(boolean found)
public Class<?> getBeanClass()
public org.osgi.service.cdi.runtime.dto.template.ComponentTemplateDTO geComponentTemplateDTO()
public org.osgi.service.cdi.runtime.dto.template.ComponentTemplateDTO getComponent()
public void setComponent(ContainerState containerState, org.osgi.service.cdi.runtime.dto.template.ComponentTemplateDTO componentTemplate)
Copyright © 2019 The Apache Software Foundation. All rights reserved.