この拡張ポイントを拡張するリポジトリーは、
リソースの変更、移動、および削除に対する共通リポジトリー特有のルールの実装を提供します。
詳しくは IFileModificationValidator
および MoveDeleteHook
のインターフェースを参照してください。
リポジトリー・タイプは、org.eclipse.team.core.ProjectSetCapability などの非プロジェクト固有の機能を 提供する場合にも指定することができます。
<!ELEMENT extension (repository)>
<!ATTLIST extension
point CDATA #REQUIRED>
<!ELEMENT repository EMPTY>
<!ATTLIST repository
id CDATA #IMPLIED
class CDATA #REQUIRED
typeClass CDATA #IMPLIED>
<extension point=
"org.eclipse.team.core.repository"
>
<repository class=
"org.eclipse.myprovider.MyRepositoryProvider"
id=
"org.eclipse.myprovider.myProviderID"
>
</repository>
</extension>
Copyright (c) 2004 IBM Corporation and others.All rights reserved. This program and the accompanying materials are made available under the terms of the Common Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/cpl-v10.html