public interface LifecycleFluent<T extends LifecycleFluent<T>> extends Fluent<T>
Modifier and Type | Interface and Description |
---|---|
static interface |
LifecycleFluent.PostStartNested<N> |
static interface |
LifecycleFluent.PreStopNested<N> |
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() |
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) |
Handler getPostStart()
LifecycleFluent.PostStartNested<T> withNewPostStart()
LifecycleFluent.PostStartNested<T> withNewPostStartLike(Handler item)
LifecycleFluent.PostStartNested<T> editPostStart()
Handler getPreStop()
LifecycleFluent.PreStopNested<T> withNewPreStop()
LifecycleFluent.PreStopNested<T> withNewPreStopLike(Handler item)
LifecycleFluent.PreStopNested<T> editPreStop()
Copyright © 2011–2015 Red Hat. All rights reserved.