Class ContainerHandlers
- java.lang.Object
-
- org.gcube.smartgears.configuration.container.ContainerHandlers
-
public class ContainerHandlers extends Object
TheContainerHandlers that manage the application.- Author:
- Fabio Simeoni
-
-
Constructor Summary
Constructors Constructor Description ContainerHandlers()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description List<ContainerHandler>get()Returns theContainerHandlers for the service.voidmergeWith(ContainerHandlers other)ContainerHandlersset(ContainerHandler... handlers)Sets theContainerHandlers for the service.
-
-
-
Method Detail
-
get
public List<ContainerHandler> get()
Returns theContainerHandlers for the service.- Returns:
- the lifecycle handlers
-
set
public ContainerHandlers set(ContainerHandler... handlers)
Sets theContainerHandlers for the service.- Parameters:
handlers- the lifecycle handlers- Returns:
- this configuration
-
mergeWith
public void mergeWith(ContainerHandlers other)
-
-