Uses of Interface
net.ssehub.easy.producer.eclipse.persistency.eclipse.PathEnvironmentFactory.IProjectHandler
Packages that use PathEnvironmentFactory.IProjectHandler
Package
Description
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 PathEnvironmentFactory.IProjectHandler in net.ssehub.easy.producer.eclipse
Classes in net.ssehub.easy.producer.eclipse that implement PathEnvironmentFactory.IProjectHandlerModifier and TypeClassDescriptionclassImplements a Java project handler for the initialization of path environments.Fields in net.ssehub.easy.producer.eclipse declared as PathEnvironmentFactory.IProjectHandlerModifier and TypeFieldDescriptionstatic final PathEnvironmentFactory.IProjectHandlerJavaProjectHandler.INSTANCEDefines the singleton instance of this class. -
Uses of PathEnvironmentFactory.IProjectHandler in net.ssehub.easy.producer.eclipse.persistency.eclipse
Fields in net.ssehub.easy.producer.eclipse.persistency.eclipse with type parameters of type PathEnvironmentFactory.IProjectHandlerModifier and TypeFieldDescriptionprivate static List<PathEnvironmentFactory.IProjectHandler> PathEnvironmentFactory.handlersMethods in net.ssehub.easy.producer.eclipse.persistency.eclipse with parameters of type PathEnvironmentFactory.IProjectHandlerModifier and TypeMethodDescriptionstatic voidPathEnvironmentFactory.registerHandler(PathEnvironmentFactory.IProjectHandler handler) Registers a project handler.static voidPathEnvironmentFactory.unregisterHandler(PathEnvironmentFactory.IProjectHandler handler) Unregisters a project handler.