Interface PathEnvironmentFactory.IProjectHandler
-
- All Known Implementing Classes:
JavaProjectHandler
- Enclosing class:
- PathEnvironmentFactory
public static interface PathEnvironmentFactory.IProjectHandlerHandles a certain type of project. We introduced this interface in order to release dependencies. Otherwise, the specific types of projects supported by EASy would have to be considered in this class.- Author:
- Holger Eichelberger
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidaddPaths(org.eclipse.core.resources.IProject project, PathEnvironment pathEnv)Add the relevant path information fromprojecttopathEnv.
-
-
-
Method Detail
-
addPaths
void addPaths(org.eclipse.core.resources.IProject project, PathEnvironment pathEnv)Add the relevant path information fromprojecttopathEnv.- Parameters:
project- the project containing the information to be added topathEnvpathEnv- the path environment to be modified as a side effect
-
-