Uses of Interface
org.eclipse.core.resources.IFileModificationValidator
-
Packages that use IFileModificationValidator Package Description org.eclipse.core.resources.team Provides APIs intended to be implemented by the Team component.org.eclipse.team.core Application programming interfaces for defining and working with repository providers. -
-
Uses of IFileModificationValidator in org.eclipse.core.resources.team
Classes in org.eclipse.core.resources.team that implement IFileModificationValidator Modifier and Type Class Description class
FileModificationValidator
The file modification validator is a Team-related hook for pre-checking operations that modify the contents of files. -
Uses of IFileModificationValidator in org.eclipse.team.core
Methods in org.eclipse.team.core that return IFileModificationValidator Modifier and Type Method Description IFileModificationValidator
RepositoryProvider. getFileModificationValidator()
Deprecated.
-