org.kitesdk.morphline.api
Class MorphlineContext
java.lang.Object
org.kitesdk.morphline.api.MorphlineContext
- Direct Known Subclasses:
- SolrMorphlineContext
public class MorphlineContext
- extends Object
Additional user defined parameters that will be passed to all morphline commands.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MorphlineContext
protected MorphlineContext()
- For public access use
MorphlineContext.Builder.build()
instead
getExceptionHandler
public ExceptionHandler getExceptionHandler()
getMetricRegistry
public com.codahale.metrics.MetricRegistry getMetricRegistry()
getHealthCheckRegistry
public com.codahale.metrics.health.HealthCheckRegistry getHealthCheckRegistry()
getCommandBuilder
public Class<CommandBuilder> getCommandBuilder(String builderName)
importCommandBuilders
public void importCommandBuilders(Collection<String> importSpecs)
Copyright © 2013–2014. All rights reserved.