索引

A C E F G I J M S T V X _ 
All Classes and Interfaces|すべてのパッケージ

A

AbstractStreamCommand - com.streamConverter.commandのクラス
Abstract class for stream commands.
AbstractStreamCommand() - クラスのコンストラクタ com.streamConverter.command.AbstractStreamCommand
Default constructor.
apply(String) - インタフェースのメソッド com.streamConverter.command.rule.IRule
ルールの適用を実行します。

C

com.streamConverter - パッケージ com.streamConverter
 
com.streamConverter.command - パッケージ com.streamConverter.command
 
com.streamConverter.command.impl - パッケージ com.streamConverter.command.impl
 
com.streamConverter.command.impl.charaCode - パッケージ com.streamConverter.command.impl.charaCode
 
com.streamConverter.command.impl.xml - パッケージ com.streamConverter.command.impl.xml
 
com.streamConverter.command.rule - パッケージ com.streamConverter.command.rule
 
com.streamConverter.pathHandler - パッケージ com.streamConverter.pathHandler
 
consume(InputStream) - クラスのメソッド com.streamConverter.command.ConsumerCommand
Abstract method to be implemented by subclasses for consuming the input stream.
consume(InputStream) - クラスのメソッド com.streamConverter.command.impl.xml.ValidateCommand
XMLのバリデーションを行うコマンドを実行します。
ConsumerCommand - com.streamConverter.commandのクラス
Abstract class for commands that consume an input stream and produce an output stream.
ConsumerCommand() - クラスのコンストラクタ com.streamConverter.command.ConsumerCommand
Default constructor.
convert - com.streamConverter.command.impl.charaCodeのクラス
Converts the character encoding of a stream from one encoding to another.
convert(String, String) - クラスのコンストラクタ com.streamConverter.command.impl.charaCode.convert
Constructor to initialize the character encodings for conversion.
ConvertCommand - com.streamConverter.command.impl.xmlのクラス
XML変換コマンドクラス
ConvertCommand(IRule, String) - クラスのコンストラクタ com.streamConverter.command.impl.xml.ConvertCommand
デフォルトコンストラクタ
CsvNavigateCommand - com.streamConverter.command.implのクラス
CSV変換コマンドクラス
CsvNavigateCommand() - クラスのコンストラクタ com.streamConverter.command.impl.CsvNavigateCommand
 

E

execute(InputStream, OutputStream) - クラスのメソッド com.streamConverter.command.AbstractStreamCommand
Executes the command on the provided input stream and writes the result to the output stream.
execute(InputStream, OutputStream) - インタフェースのメソッド com.streamConverter.command.IStreamCommand
Executes the command on the provided input stream and writes the result to the output stream.

F

FixedStaXPathHandler - com.streamConverter.pathHandlerのクラス
Xpathを指定して、Xpathの階層を判定するクラス。
FixedStaXPathHandler(String) - クラスのコンストラクタ com.streamConverter.pathHandler.FixedStaXPathHandler
コンストラクタ

G

getTargetXpath() - クラスのメソッド com.streamConverter.pathHandler.FixedStaXPathHandler
Xpathを取得します。

I

IRule - com.streamConverter.command.ruleのインタフェース
ルールインターフェース
isTarget(List<String>) - クラスのメソッド com.streamConverter.pathHandler.FixedStaXPathHandler
対象階層かどうか判定する。
isTarget(List<String>) - インタフェースのメソッド com.streamConverter.pathHandler.IStaXPathHandler
対象階層かどうか判定する。
IStaXPathHandler - com.streamConverter.pathHandlerのインタフェース
Xpathを指定して、Xpathの階層を判定するインターフェース。
IStreamCommand - com.streamConverter.commandのインタフェース
Interface for stream commands.

J

JsonNavigateCommand - com.streamConverter.command.implのクラス
JSON変換コマンドクラス
JsonNavigateCommand() - クラスのコンストラクタ com.streamConverter.command.impl.JsonNavigateCommand
 

M

main(String[]) - クラスのstaticメソッド com.streamConverter.Main
Main method to run the StreamConverter application.
Main - com.streamConverterのクラス
Main class for the StreamConverter application.
Main() - クラスのコンストラクタ com.streamConverter.Main
 

S

SampleStreamCommand - com.streamConverter.command.implのクラス
SampleStreamCommand is a concrete implementation of AbstractStreamCommand.
SampleStreamCommand() - クラスのコンストラクタ com.streamConverter.command.impl.SampleStreamCommand
Default constructor that initializes the command with a default ID.
SampleStreamCommand(String) - クラスのコンストラクタ com.streamConverter.command.impl.SampleStreamCommand
Constructor that initializes the command with a specific ID.
SendHttpCommand - com.streamConverter.command.implのクラス
指定された通信先にOutputStreamを送信するコマンドクラス。
SendHttpCommand(String) - クラスのコンストラクタ com.streamConverter.command.impl.SendHttpCommand
デフォルトコンストラクタ
StreamConverter - com.streamConverterのクラス
ストリーム変換クラス。

T

toString() - クラスのメソッド com.streamConverter.command.impl.SampleStreamCommand
 

V

ValidateCommand - com.streamConverter.command.impl.xmlのクラス
XMLのバリデーションを行うコマンドクラス
ValidateCommand(String) - クラスのコンストラクタ com.streamConverter.command.impl.xml.ValidateCommand
コンストラクタ

X

XmlNavigateCommand - com.streamConverter.command.implのクラス
XML変換コマンドクラス
XmlNavigateCommand() - クラスのコンストラクタ com.streamConverter.command.impl.XmlNavigateCommand
 

_

_execute(InputStream, OutputStream) - クラスのメソッド com.streamConverter.command.AbstractStreamCommand
Abstract method to be implemented by subclasses for executing the command.
_execute(InputStream, OutputStream) - クラスのメソッド com.streamConverter.command.ConsumerCommand
Executes the command on the provided input stream and writes the result to the output stream.
_execute(InputStream, OutputStream) - クラスのメソッド com.streamConverter.command.impl.charaCode.convert
Executes the character encoding conversion on the provided input stream and writes the result to the output stream.
_execute(InputStream, OutputStream) - クラスのメソッド com.streamConverter.command.impl.CsvNavigateCommand
 
_execute(InputStream, OutputStream) - クラスのメソッド com.streamConverter.command.impl.JsonNavigateCommand
 
_execute(InputStream, OutputStream) - クラスのメソッド com.streamConverter.command.impl.SampleStreamCommand
Executes the command on the provided input stream and writes the result to the output stream.
_execute(InputStream, OutputStream) - クラスのメソッド com.streamConverter.command.impl.SendHttpCommand
ストリームを指定されたURLに送信します。
_execute(InputStream, OutputStream) - クラスのメソッド com.streamConverter.command.impl.xml.ConvertCommand
XML変換コマンドの実行
_execute(InputStream, OutputStream) - クラスのメソッド com.streamConverter.command.impl.XmlNavigateCommand
 
A C E F G I J M S T V X _ 
All Classes and Interfaces|すべてのパッケージ