Example usage for org.springframework.ide.eclipse.core SpringCoreUtils validateEdit

List of usage examples for org.springframework.ide.eclipse.core SpringCoreUtils validateEdit

Introduction

In this page you can find the example usage for org.springframework.ide.eclipse.core SpringCoreUtils validateEdit.

Prototype

public static boolean validateEdit(IFile... files) 

Source Link

Document

Verify that file can safely be modified; eventually checkout the file from source code control.

Usage