public abstract static class Component.Builder<T extends Component.Builder<T>> extends Object
Modifier and Type | Field and Description |
---|---|
protected InstanceActivator.Builder<?> |
_activatorBuilder |
protected ContainerState |
_containerState |
protected Phase |
_next |
protected org.osgi.service.cdi.runtime.dto.template.ComponentTemplateDTO |
_templateDTO |
Constructor and Description |
---|
Builder(ContainerState containerState,
InstanceActivator.Builder<?> activatorBuilder) |
Modifier and Type | Method and Description |
---|---|
abstract Component |
build() |
T |
template(org.osgi.service.cdi.runtime.dto.template.ComponentTemplateDTO templateDTO) |
protected InstanceActivator.Builder<?> _activatorBuilder
protected ContainerState _containerState
protected Phase _next
protected org.osgi.service.cdi.runtime.dto.template.ComponentTemplateDTO _templateDTO
public Builder(ContainerState containerState, InstanceActivator.Builder<?> activatorBuilder)
Copyright © 2019 The Apache Software Foundation. All rights reserved.