public class ContentHandlerConfigMap<T extends ContentHandler> extends Object
ContentHandler.| Constructor and Description |
|---|
ContentHandlerConfigMap(T contentHandler,
SmooksResourceConfiguration resourceConfig)
Public constructor.
|
| Modifier and Type | Method and Description |
|---|---|
T |
getContentHandler()
Get the content handler.
|
SmooksResourceConfiguration |
getResourceConfig()
Get the resource configuration.
|
boolean |
isLifecycleCleanable()
Does the ContentHandler implement
ExecutionLifecycleCleanable. |
boolean |
isLifecycleInitializable()
Does the ContentHandler implement
ExecutionLifecycleInitializable. |
public ContentHandlerConfigMap(T contentHandler, SmooksResourceConfiguration resourceConfig)
contentHandler - The content handler instance.resourceConfig - The defining resource configuration.public T getContentHandler()
ContentHandler.public SmooksResourceConfiguration getResourceConfig()
SmooksResourceConfiguration.public boolean isLifecycleInitializable()
ExecutionLifecycleInitializable.ExecutionLifecycleInitializable, otherwise false.public boolean isLifecycleCleanable()
ExecutionLifecycleCleanable.ExecutionLifecycleCleanable, otherwise false.Copyright © 2020. All rights reserved.