インターフェース FileModificationDetector
- すべての既知の実装クラス:
ReferenceCommitDetector、UncommittedChangesDetector、UnpushedCommitsDetector、WorkingDirectoryChangesDetector
public interface FileModificationDetector
プロジェクト内で現在変更されているファイルを検索するさまざまな戦略をプラグインする SPI。
- 作成者:
- Lukas Dohmen, David Bilge, Oliver Drotbohm
フィールド概要
フィールド方法の概要
修飾子と型メソッド説明static FileModificationDetectorgetDetector(PropertyResolver propertyResolver) 使用するFileModificationDetectorを返します。検出されたすべてのModifiedFileを返します。static FileModificationDetectorgetTargetDetector(PropertyResolver propertyResolver)
フィールドの詳細
CONFIG_PROPERTY_PREFIX
- 関連事項:
log
static final org.slf4j.Logger log
方法の詳細
getModifiedFiles
StreamSE<ModifiedFile> getModifiedFiles()検出されたすべてのModifiedFileを返します。- 戻り値:
- null になることはありません。
getDetector
使用するFileModificationDetectorを返します。- パラメーター:
propertyResolver- null であってはなりません。- 戻り値:
- null になることはありません。
getTargetDetector