Uses of Class
net.ssehub.easy.producer.eclipse.observer.EclipseProgressObserver
Packages that use EclipseProgressObserver
Package
Description
Classes for handling progress observation including an observed reasoning process.
This package contains classes which are needed for the lifecycle of the plugin.
Persistence class for loading and saving EASy projects which are also Eclipse projects.
-
Uses of EclipseProgressObserver in net.ssehub.easy.producer.eclipse.observer
Fields in net.ssehub.easy.producer.eclipse.observer declared as EclipseProgressObserverMethods in net.ssehub.easy.producer.eclipse.observer that return EclipseProgressObserverModifier and TypeMethodDescriptionObservableWorkspaceJob.getObserver()Returns the observer of this WorkspaceJob. -
Uses of EclipseProgressObserver in net.ssehub.easy.producer.eclipse.persistency
Methods in net.ssehub.easy.producer.eclipse.persistency with parameters of type EclipseProgressObserverModifier and TypeMethodDescriptionvoidResourcesMgmt.findPLProjects(EclipseProgressObserver obs) Iterates through all EASy projects of the workspace, gets the config path and the uuid from all projects and adds them to theSPLsManager.static net.ssehub.easy.producer.core.persistence.datatypes.IPersistencerPersistencerFactory.getPersistencer(File projectFolder, EclipseProgressObserver obs, org.eclipse.core.resources.IProject project) Creates anIPersistencerinstance.Constructors in net.ssehub.easy.producer.eclipse.persistency with parameters of type EclipseProgressObserverModifierConstructorDescriptionEASyPersistencer(File projectFolder, EclipseProgressObserver obs, org.eclipse.core.resources.IProject project) Creates a specialized EASy persistencer. -
Uses of EclipseProgressObserver in net.ssehub.easy.producer.eclipse.persistency.eclipse
Constructors in net.ssehub.easy.producer.eclipse.persistency.eclipse with parameters of type EclipseProgressObserverModifierConstructorDescriptionEclipsePersistencer(File projectFolder, EclipseProgressObserver obs, org.eclipse.core.resources.IProject project) This constructor can be used if a project shall be/is stored outside the workspace (e.g.EclipsePersistencer(String projectName, EclipseProgressObserver obs, org.eclipse.core.resources.IProject project) Creates a new Persistencer instance for a project with the specified name.