public class MorphlineContext extends Object
Modifier and Type | Class and Description |
---|---|
static class |
MorphlineContext.Builder
Helper to construct a
MorphlineContext instance. |
Modifier | Constructor and Description |
---|---|
protected |
MorphlineContext()
For public access use
MorphlineContext.Builder.build() instead |
Modifier and Type | Method and Description |
---|---|
Class<CommandBuilder> |
getCommandBuilder(String builderName) |
ExceptionHandler |
getExceptionHandler() |
com.codahale.metrics.health.HealthCheckRegistry |
getHealthCheckRegistry() |
com.codahale.metrics.MetricRegistry |
getMetricRegistry() |
Map<String,Object> |
getSettings() |
TypedSettings |
getTypedSettings() |
void |
importCommandBuilders(Collection<String> importSpecs) |
protected MorphlineContext()
MorphlineContext.Builder.build()
insteadpublic TypedSettings getTypedSettings()
public ExceptionHandler getExceptionHandler()
public com.codahale.metrics.MetricRegistry getMetricRegistry()
public com.codahale.metrics.health.HealthCheckRegistry getHealthCheckRegistry()
public Class<CommandBuilder> getCommandBuilder(String builderName)
public void importCommandBuilders(Collection<String> importSpecs)
Copyright © 2013–2015. All rights reserved.