public class LifecycleFluentImpl<T extends LifecycleFluent<T>> extends BaseFluent<T> implements LifecycleFluent<T>
| Modifier and Type | Class and Description |
|---|---|
class |
LifecycleFluentImpl.PostStartNestedImpl<N> |
class |
LifecycleFluentImpl.PreStopNestedImpl<N> |
LifecycleFluent.PostStartNested<N>, LifecycleFluent.PreStopNested<N>_visitables| Constructor and Description |
|---|
LifecycleFluentImpl() |
LifecycleFluentImpl(Lifecycle instance) |
| Modifier and Type | Method and Description |
|---|---|
T |
addToAdditionalProperties(Map<String,Object> map) |
T |
addToAdditionalProperties(String key,
Object value) |
LifecycleFluent.PostStartNested<T> |
editPostStart() |
LifecycleFluent.PreStopNested<T> |
editPreStop() |
boolean |
equals(Object o) |
Map<String,Object> |
getAdditionalProperties() |
Handler |
getPostStart() |
Handler |
getPreStop() |
T |
removeFromAdditionalProperties(Map<String,Object> map) |
T |
removeFromAdditionalProperties(String key) |
T |
withAdditionalProperties(Map<String,Object> additionalProperties) |
LifecycleFluent.PostStartNested<T> |
withNewPostStart() |
LifecycleFluent.PostStartNested<T> |
withNewPostStartLike(Handler item) |
LifecycleFluent.PreStopNested<T> |
withNewPreStop() |
LifecycleFluent.PreStopNested<T> |
withNewPreStopLike(Handler item) |
T |
withPostStart(Handler postStart) |
T |
withPreStop(Handler preStop) |
public LifecycleFluentImpl()
public LifecycleFluentImpl(Lifecycle instance)
public Handler getPostStart()
getPostStart in interface LifecycleFluent<T extends LifecycleFluent<T>>public T withPostStart(Handler postStart)
withPostStart in interface LifecycleFluent<T extends LifecycleFluent<T>>public LifecycleFluent.PostStartNested<T> withNewPostStart()
withNewPostStart in interface LifecycleFluent<T extends LifecycleFluent<T>>public LifecycleFluent.PostStartNested<T> withNewPostStartLike(Handler item)
withNewPostStartLike in interface LifecycleFluent<T extends LifecycleFluent<T>>public LifecycleFluent.PostStartNested<T> editPostStart()
editPostStart in interface LifecycleFluent<T extends LifecycleFluent<T>>public Handler getPreStop()
getPreStop in interface LifecycleFluent<T extends LifecycleFluent<T>>public T withPreStop(Handler preStop)
withPreStop in interface LifecycleFluent<T extends LifecycleFluent<T>>public LifecycleFluent.PreStopNested<T> withNewPreStop()
withNewPreStop in interface LifecycleFluent<T extends LifecycleFluent<T>>public LifecycleFluent.PreStopNested<T> withNewPreStopLike(Handler item)
withNewPreStopLike in interface LifecycleFluent<T extends LifecycleFluent<T>>public LifecycleFluent.PreStopNested<T> editPreStop()
editPreStop in interface LifecycleFluent<T extends LifecycleFluent<T>>public T addToAdditionalProperties(String key, Object value)
addToAdditionalProperties in interface LifecycleFluent<T extends LifecycleFluent<T>>public T addToAdditionalProperties(Map<String,Object> map)
addToAdditionalProperties in interface LifecycleFluent<T extends LifecycleFluent<T>>public T removeFromAdditionalProperties(String key)
removeFromAdditionalProperties in interface LifecycleFluent<T extends LifecycleFluent<T>>public T removeFromAdditionalProperties(Map<String,Object> map)
removeFromAdditionalProperties in interface LifecycleFluent<T extends LifecycleFluent<T>>public Map<String,Object> getAdditionalProperties()
getAdditionalProperties in interface LifecycleFluent<T extends LifecycleFluent<T>>public T withAdditionalProperties(Map<String,Object> additionalProperties)
withAdditionalProperties in interface LifecycleFluent<T extends LifecycleFluent<T>>Copyright © 2011–2016 Red Hat. All rights reserved.