Uses of Interface
org.kitesdk.morphline.api.Command

Packages that use Command
org.kitesdk.morphline.api This package contains the heart of the morphline API. 
org.kitesdk.morphline.avro   
org.kitesdk.morphline.base   
org.kitesdk.morphline.hadoop.core   
org.kitesdk.morphline.hadoop.parquet.avro   
org.kitesdk.morphline.hadoop.rcfile   
org.kitesdk.morphline.hadoop.sequencefile   
org.kitesdk.morphline.json   
org.kitesdk.morphline.maxmind   
org.kitesdk.morphline.metrics.servlets   
org.kitesdk.morphline.saxon   
org.kitesdk.morphline.solr   
org.kitesdk.morphline.solrcell   
org.kitesdk.morphline.stdio   
org.kitesdk.morphline.stdlib   
org.kitesdk.morphline.tika   
org.kitesdk.morphline.tika.decompress   
org.kitesdk.morphline.twitter   
org.kitesdk.morphline.useragent   
 

Uses of Command in org.kitesdk.morphline.api
 

Methods in org.kitesdk.morphline.api that return Command
 Command CommandBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
          Creates and returns a command rooted at the given morphline JSON config.
 Command Command.getParent()
          Returns the parent of this command.
 

Methods in org.kitesdk.morphline.api with parameters of type Command
 Command CommandBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
          Creates and returns a command rooted at the given morphline JSON config.
 

Uses of Command in org.kitesdk.morphline.avro
 

Methods in org.kitesdk.morphline.avro that return Command
 Command WriteAvroToByteArrayBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ToAvroBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ReadAvroContainerBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ReadAvroBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ExtractAvroTreeBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ExtractAvroPathsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Methods in org.kitesdk.morphline.avro with parameters of type Command
 Command WriteAvroToByteArrayBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ToAvroBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ReadAvroContainerBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ReadAvroBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ExtractAvroTreeBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ExtractAvroPathsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of Command in org.kitesdk.morphline.base
 

Classes in org.kitesdk.morphline.base that implement Command
 class AbstractCommand
          Base class for convenient implementation of Command classes.
 

Methods in org.kitesdk.morphline.base that return Command
protected  Command AbstractCommand.buildCommand(com.typesafe.config.Config cmdConfig, Command currentParent, Command finalChild)
          Factory method to create a command rooted at the given cmdConfig.
 Command Compiler.compile(com.typesafe.config.Config morphlineConfig, MorphlineContext morphlineContext, Command finalChild)
          Compiles the given morphline config using the given morphline context.
 Command Compiler.compile(File morphlineFile, String morphlineId, MorphlineContext morphlineContext, Command finalChild, com.typesafe.config.Config... overrides)
          Parses the given morphlineFile, then finds the morphline with the given morphlineId within, then compiles the morphline and returns the corresponding morphline command.
protected  Command AbstractCommand.getChild()
          Returns the child of this command.
 Command AbstractCommand.getParent()
           
 

Methods in org.kitesdk.morphline.base that return types with arguments of type Command
protected  List<Command> AbstractCommand.buildCommandChain(com.typesafe.config.Config rootConfig, String configKey, Command finalChild, boolean ignoreNotifications)
          Factory method to create the chain of commands rooted at the given rootConfig.
 

Methods in org.kitesdk.morphline.base with parameters of type Command
protected  Command AbstractCommand.buildCommand(com.typesafe.config.Config cmdConfig, Command currentParent, Command finalChild)
          Factory method to create a command rooted at the given cmdConfig.
protected  List<Command> AbstractCommand.buildCommandChain(com.typesafe.config.Config rootConfig, String configKey, Command finalChild, boolean ignoreNotifications)
          Factory method to create the chain of commands rooted at the given rootConfig.
 Command Compiler.compile(com.typesafe.config.Config morphlineConfig, MorphlineContext morphlineContext, Command finalChild)
          Compiles the given morphline config using the given morphline context.
 Command Compiler.compile(File morphlineFile, String morphlineId, MorphlineContext morphlineContext, Command finalChild, com.typesafe.config.Config... overrides)
          Parses the given morphlineFile, then finds the morphline with the given morphlineId within, then compiles the morphline and returns the corresponding morphline command.
static void Notifications.notifyBeginTransaction(Command command)
          Notify the given command that a transaction has begun.
static void Notifications.notifyCommitTransaction(Command command)
          Notify the given command that a transaction has been committed.
static void Notifications.notifyRollbackTransaction(Command command)
          Notify the given command that a transaction has been rolled back.
static void Notifications.notifyShutdown(Command command)
          Notify the given command that a shutdown command has been issued.
static void Notifications.notifyStartSession(Command command)
          Notify the given command that a session has started.
 

Constructors in org.kitesdk.morphline.base with parameters of type Command
AbstractCommand(CommandBuilder builder, com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
          Using the given builder, constructs a command rooted at the given morphline JSON config.
AbstractCommand(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
          Deprecated. 
 

Uses of Command in org.kitesdk.morphline.hadoop.core
 

Methods in org.kitesdk.morphline.hadoop.core that return Command
 Command DownloadHdfsFileBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Methods in org.kitesdk.morphline.hadoop.core with parameters of type Command
 Command DownloadHdfsFileBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of Command in org.kitesdk.morphline.hadoop.parquet.avro
 

Methods in org.kitesdk.morphline.hadoop.parquet.avro that return Command
 Command ReadAvroParquetFileBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Methods in org.kitesdk.morphline.hadoop.parquet.avro with parameters of type Command
 Command ReadAvroParquetFileBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of Command in org.kitesdk.morphline.hadoop.rcfile
 

Methods in org.kitesdk.morphline.hadoop.rcfile that return Command
 Command ReadRCFileBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Methods in org.kitesdk.morphline.hadoop.rcfile with parameters of type Command
 Command ReadRCFileBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of Command in org.kitesdk.morphline.hadoop.sequencefile
 

Methods in org.kitesdk.morphline.hadoop.sequencefile that return Command
 Command ReadSequenceFileBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Methods in org.kitesdk.morphline.hadoop.sequencefile with parameters of type Command
 Command ReadSequenceFileBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of Command in org.kitesdk.morphline.json
 

Methods in org.kitesdk.morphline.json that return Command
 Command ReadJsonBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ExtractJsonPathsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Methods in org.kitesdk.morphline.json with parameters of type Command
 Command ReadJsonBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ExtractJsonPathsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of Command in org.kitesdk.morphline.maxmind
 

Methods in org.kitesdk.morphline.maxmind that return Command
 Command GeoIPBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Methods in org.kitesdk.morphline.maxmind with parameters of type Command
 Command GeoIPBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of Command in org.kitesdk.morphline.metrics.servlets
 

Methods in org.kitesdk.morphline.metrics.servlets that return Command
 Command StartReportingMetricsToHTTPBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command RegisterJVMMetricsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Methods in org.kitesdk.morphline.metrics.servlets with parameters of type Command
 Command StartReportingMetricsToHTTPBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command RegisterJVMMetricsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of Command in org.kitesdk.morphline.saxon
 

Methods in org.kitesdk.morphline.saxon that return Command
 Command XSLTBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command XQueryBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ConvertHTMLBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Methods in org.kitesdk.morphline.saxon with parameters of type Command
 Command XSLTBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command XQueryBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ConvertHTMLBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of Command in org.kitesdk.morphline.solr
 

Methods in org.kitesdk.morphline.solr that return Command
 Command TokenizeTextBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command SanitizeUnknownSolrFieldsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command LoadSolrBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command GenerateSolrSequenceKeyBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Methods in org.kitesdk.morphline.solr with parameters of type Command
 Command TokenizeTextBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command SanitizeUnknownSolrFieldsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command LoadSolrBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command GenerateSolrSequenceKeyBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of Command in org.kitesdk.morphline.solrcell
 

Methods in org.kitesdk.morphline.solrcell that return Command
 Command SolrCellBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Methods in org.kitesdk.morphline.solrcell with parameters of type Command
 Command SolrCellBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of Command in org.kitesdk.morphline.stdio
 

Classes in org.kitesdk.morphline.stdio that implement Command
 class AbstractParser
          Base class for convenient implementation of morphline parsers.
 

Methods in org.kitesdk.morphline.stdio that return Command
 Command ReadMultiLineBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ReadLineBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ReadCSVBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ReadClobBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Methods in org.kitesdk.morphline.stdio with parameters of type Command
 Command ReadMultiLineBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ReadLineBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ReadCSVBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ReadClobBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Constructors in org.kitesdk.morphline.stdio with parameters of type Command
AbstractParser(CommandBuilder builder, com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
AbstractParser(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
          Deprecated. 
 

Uses of Command in org.kitesdk.morphline.stdlib
 

Classes in org.kitesdk.morphline.stdlib that implement Command
 class AbstractFieldTransformCommand
          Base class for convenient implementation of commands that do in-place updates on a field.
 

Methods in org.kitesdk.morphline.stdlib that return Command
 Command TryRulesBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command TranslateBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ToStringBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ToByteArrayBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command StartReportingMetricsToSLF4JBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command StartReportingMetricsToJMXBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command StartReportingMetricsToCSVBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command SplitKeyValueBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command SplitBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command SetValuesBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command SeparateAttachmentsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command PipeBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command NotBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command LogWarnBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command LogTraceBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command LogInfoBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command LogErrorBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command LogDebugBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command JavaBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command IfThenElseBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command GrokBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command GenerateUUIDBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command FindReplaceBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ExtractURIQueryParametersBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ExtractURIComponentsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ExtractURIComponentBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command EqualsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command DropRecordBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command DecodeBase64Builder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ConvertTimestampBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ContainsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command CallParentPipeBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command AddValuesIfAbsentBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command AddValuesBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command AddLocalHostBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command AddCurrentTimeBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Methods in org.kitesdk.morphline.stdlib with parameters of type Command
 Command TryRulesBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command TranslateBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ToStringBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ToByteArrayBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command StartReportingMetricsToSLF4JBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command StartReportingMetricsToJMXBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command StartReportingMetricsToCSVBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command SplitKeyValueBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command SplitBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command SetValuesBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command SeparateAttachmentsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command PipeBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command NotBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command LogWarnBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command LogTraceBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command LogInfoBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command LogErrorBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command LogDebugBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command JavaBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command IfThenElseBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command GrokBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command GenerateUUIDBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command FindReplaceBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ExtractURIQueryParametersBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ExtractURIComponentsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ExtractURIComponentBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command EqualsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command DropRecordBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command DecodeBase64Builder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ConvertTimestampBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command ContainsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command CallParentPipeBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command AddValuesIfAbsentBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command AddValuesBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command AddLocalHostBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command AddCurrentTimeBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Constructors in org.kitesdk.morphline.stdlib with parameters of type Command
AbstractFieldTransformCommand(CommandBuilder builder, com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
AbstractFieldTransformCommand(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
          Deprecated. 
 

Uses of Command in org.kitesdk.morphline.tika
 

Methods in org.kitesdk.morphline.tika that return Command
 Command DetectMimeTypeBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Methods in org.kitesdk.morphline.tika with parameters of type Command
 Command DetectMimeTypeBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of Command in org.kitesdk.morphline.tika.decompress
 

Methods in org.kitesdk.morphline.tika.decompress that return Command
 Command UnpackBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command DecompressBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Methods in org.kitesdk.morphline.tika.decompress with parameters of type Command
 Command UnpackBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 Command DecompressBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of Command in org.kitesdk.morphline.twitter
 

Methods in org.kitesdk.morphline.twitter that return Command
 Command ReadJsonTestTweetsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Methods in org.kitesdk.morphline.twitter with parameters of type Command
 Command ReadJsonTestTweetsBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Uses of Command in org.kitesdk.morphline.useragent
 

Methods in org.kitesdk.morphline.useragent that return Command
 Command UserAgentBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 

Methods in org.kitesdk.morphline.useragent with parameters of type Command
 Command UserAgentBuilder.build(com.typesafe.config.Config config, Command parent, Command child, MorphlineContext context)
           
 



Copyright © 2013–2014. All rights reserved.