Uses of Interface
com.streamconverter.command.IStreamCommand
Packages that use IStreamCommand
Package
Description
-
Uses of IStreamCommand in com.streamconverter
Methods in com.streamconverter with parameters of type IStreamCommandModifier and TypeMethodDescriptionstatic StreamConverterStreamConverter.create(IStreamCommand... commands) Creates a StreamConverter with the specified array of commands.Method parameters in com.streamconverter with type arguments of type IStreamCommandModifier and TypeMethodDescriptionstatic StreamConverterStreamConverter.create(List<IStreamCommand> commands) Creates a StreamConverter with the specified list of commands. -
Uses of IStreamCommand in com.streamconverter.command
Classes in com.streamconverter.command that implement IStreamCommandModifier and TypeClassDescriptionclassAbstract class for stream commands.classAbstract class for commands that consume an input stream and produce an output stream.Methods in com.streamconverter.command that return IStreamCommandModifier and TypeMethodDescriptiondefault IStreamCommandIStreamCommand.withLogging(org.slf4j.Logger logger) Wraps this command with logging.default IStreamCommandIStreamCommand.withLogging(org.slf4j.Logger logger, String commandName) Wraps this command with logging using an explicit command name. -
Uses of IStreamCommand in com.streamconverter.command.impl
Classes in com.streamconverter.command.impl that implement IStreamCommandModifier and TypeClassDescriptionclassA pipeline command that buffers data through a temporary file between pipeline stages.classLine ending normalization command.class指定された通信先にOutputStreamを送信するコマンドクラス。 -
Uses of IStreamCommand in com.streamconverter.command.impl.charcode
Classes in com.streamconverter.command.impl.charcode that implement IStreamCommandModifier and TypeClassDescriptionclassConverts the character encoding of a stream from one encoding to another. -
Uses of IStreamCommand in com.streamconverter.command.impl.csv
Classes in com.streamconverter.command.impl.csv that implement IStreamCommandModifier and TypeClassDescriptionclassCSV Filter Command ClassclassCSV Navigate Command ClassclassCSVデータのバリデーションを行うコマンドクラス -
Uses of IStreamCommand in com.streamconverter.command.impl.json
Classes in com.streamconverter.command.impl.json that implement IStreamCommandModifier and TypeClassDescriptionclassJSON Filter Command ClassclassJSON Navigation Command for applying transformations to JSON data -
Uses of IStreamCommand in com.streamconverter.command.impl.xml
Classes in com.streamconverter.command.impl.xml that implement IStreamCommandModifier and TypeClassDescriptionclassXMLのバリデーションを行うコマンドクラスclassXML Filter Command ClassclassXML Navigate Command for applying transformations to XML data. -
Uses of IStreamCommand in com.streamconverter.pmd.command
Classes in com.streamconverter.pmd.command that implement IStreamCommand -
Uses of IStreamCommand in com.streamconverter.sloc.command
Classes in com.streamconverter.sloc.command that implement IStreamCommandModifier and TypeClassDescriptionclassJaCoCo XML レポートから LINE カウンターを抽出してModuleSlocオブジェクトとして出力するコマンド。classモジュール名リストを読み込み、各モジュールの JaCoCo XML ファイルを連結して出力するコマンド。classModuleSlocオブジェクトのストリームを集約して合計行を追加するコマンド。classModuleSlocオブジェクトのストリームを人が読みやすいレポート形式に整形するコマンド。