Uses of Interface
net.ssehub.easy.producer.eclipse.persistency.eclipse.PathEnvironmentFactory.IProjectHandler
-
Packages that use PathEnvironmentFactory.IProjectHandler Package Description net.ssehub.easy.producer.eclipse net.ssehub.easy.producer.eclipse.persistency.eclipse 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.IProjectHandler Modifier and Type Class Description classJavaProjectHandlerImplements a Java project handler for the initialization of path environments.Fields in net.ssehub.easy.producer.eclipse declared as PathEnvironmentFactory.IProjectHandler Modifier and Type Field Description static 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.IProjectHandler Modifier and Type Field Description private static java.util.List<PathEnvironmentFactory.IProjectHandler>PathEnvironmentFactory. handlersMethods in net.ssehub.easy.producer.eclipse.persistency.eclipse with parameters of type PathEnvironmentFactory.IProjectHandler Modifier and Type Method Description static voidPathEnvironmentFactory. registerHandler(PathEnvironmentFactory.IProjectHandler handler)Registers a project handler.static voidPathEnvironmentFactory. unregisterHandler(PathEnvironmentFactory.IProjectHandler handler)Unregisters a project handler.
-