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

評価: 52 / 0 Reviews / 2014/09/13 06:53:57

spdr
spdr 52
英語

If a new project is created at a location that contains an existing project description file, the contents of that description file will be honoured as the project description.
One exception is that the project name in the file will be ignored if it does not match the name of the project being created. If the description file on disk is invalid, the project creation will fail.

name - the name of the project. Ignored if it does match the name of the project using this description. Corresponds to IProjectDescription.getName().

comment - a comment for the project. The comment can have arbitrary contents that are not interpreted by the project or workspace. Corresponds to IProjectDescription.getComment().

日本語


新規プロジェクトが既存プロジェクトの説明ファイルが格納されている場所に作成される場合、既存プロジェクトファイルがプロジェクト説明ファイルとして採用される。
ひとつの例外は、新規に作成されるプロジェクト名が既存のプロジェクト説明ファイルのプロジェクト名と一致しない場合は、説明ファイルのプロジェクト名は無視される。格納されている説明ファイルが無効である場合は、新規プロジェクトの作成は失敗する。

name:プロジェクト名は、IProjectDescription.getName()に対応し、このファイルで使われているプロジェクト名と一致しない場合は無視される。

comment:プロジェクトのためのコメントで、IProjectDescription.getComment()に対応し、プロジェクトやワーク プレイスに影響されない任意の内容を持つことが出来る。

レビュー ( 0 )

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