Class SyncManager


  • public class SyncManager
    extends java.lang.Object
    An unidirectional synchronization between the file system and the java objects.

    A SyncManager listens for changes on the wrapper properties to synchronize property changes to the file system.

    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SyncManager

        public SyncManager​(IProjectManager projectManager,
                           Project rootProject)
        Create sync manager
        Parameters:
        projectManager -
        rootProject -