翻訳者レビュー ( 英語 → 日本語 )

評価: 52 / 0 Reviews / 2014/09/13 07:15:39

spdr
spdr 52
英語

buildSpec - the ordered list of build commands for this project. Corresponds to IProjectDescription.getBuildSpec().
buildCommand - a single build commands for this project. Corresponds to org.eclipse.core.resources.ICommand.
name - the symbolic name of an incremental project builder. Corresponds to ICommand.getBuilderName().
arguments - optional arguments that may be passed to the project builder. Corresponds to ICommand.getArguments().
dictionary - a list of <key, value> pairs in the argument list. Analagous to java.util.Map.

natures - the names of the natures that are on this project. Corresponds to IProjectDescription.getNatureIds().
nature - the name of a single natures on this project.

日本語

buildSpec:このプロジェクトの為のビルドのコマンドを順に並べた一覧で、IProjectDescription.getBuildSpec()に対応する。
buildCommand:このプロジェクトの為のひとつのビルドのコマンドで、org.eclipse.core.resources.ICommandに対応する。
name:昇順のプロジェクト ビルダーの記号名で、ICommand.getBuilderName()に対応する。
argument(引数):プロジェクト ビルダーに渡す事の出来る追加的アーギュメント(引数)で、ICommand.getArguments()に対応する。
dictionary:アーギュメント一覧の中の<key, value>ペアの一覧で、Analagous to java.util.Mapに対応する。

natures:このプロジェクト上のネーチャーの名称群で、IProjectDescription.getNatureIds()に対応する。
nature:このプロジェクト上のひとつのネーチャーの名前。

レビュー ( 0 )

翻訳者レビューはまだありません