Package com.iizigo.prop
Interface ISynchronizeEclipseMarkers
- All Superinterfaces:
ISynchronizeMarkers
- All Known Implementing Classes:
FilePropCnr
,FolderPropCnr
,ModuleFolderPropCnr
,ModuleRootPropCnr
public interface ISynchronizeEclipseMarkers extends ISynchronizeMarkers
Interface implemented by file, folder and module project properties to perform synchronization of Eclipse markers for error properties.- Author:
- Christopher Mindus
Method Summary
All Methods Instance Methods Default Methods Modifier and Type Method Description default void
synchronizeEclipseMarkers()
Called to synchronize property errors with Eclipse markers.
Method Detail
synchronizeEclipseMarkers
default void synchronizeEclipseMarkers()
Called to synchronize property errors with Eclipse markers.- Specified by:
synchronizeEclipseMarkers
in interfaceISynchronizeMarkers