Uses of Class
org.eclipse.core.resources.team.FileModificationValidationContext
-
Packages that use FileModificationValidationContext Package Description org.eclipse.core.resources.team 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 FileModificationValidationContext Modifier and Type Field Description static 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 FileModificationValidationContext Modifier and Type Method Description abstract IStatusFileModificationValidator. validateEdit(IFile[] files, FileModificationValidationContext context)Validates that the given files can be modified.
-