Uses of Class
org.eclipse.core.resources.team.FileModificationValidationContext
Packages that use FileModificationValidationContext
Package
Description
Provides APIs intended to be implemented by the Team component.
-
Uses of FileModificationValidationContext in org.eclipse.core.resources.team
Fields in org.eclipse.core.resources.team declared as FileModificationValidationContextModifier and TypeFieldDescriptionstatic final FileModificationValidationContextFileModificationValidationContext.VALIDATE_PROMPTConstant that can be passed toIWorkspace.validateEdit(org.eclipse.core.resources.IFile[], Object)to indicate that the caller does not have access to a UI context but would still like to have UI-based validation if possible.Methods in org.eclipse.core.resources.team with parameters of type FileModificationValidationContextModifier and TypeMethodDescriptionabstract IStatusFileModificationValidator.validateEdit(IFile[] files, FileModificationValidationContext context) Validates that the given files can be modified.