Class JavaProjectHandler

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private JavaProjectHandler()
      Prevents this class from being instantiated from outside.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void addPaths​(org.eclipse.core.resources.IProject project, PathEnvironment pathEnv)
      Add the relevant path information from project to pathEnv.
      • Methods inherited from class java.lang.Object

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

      • CLASSPATH_ID

        public static final java.lang.String CLASSPATH_ID
        Defines the ID used in relative references to (external) classpath entries.
        See Also:
        Constant Field Values
    • Constructor Detail

      • JavaProjectHandler

        private JavaProjectHandler()
        Prevents this class from being instantiated from outside.
    • Method Detail

      • addPaths

        public void addPaths​(org.eclipse.core.resources.IProject project,
                             PathEnvironment pathEnv)
        Add the relevant path information from project to pathEnv.
        Specified by:
        addPaths in interface PathEnvironmentFactory.IProjectHandler
        Parameters:
        project - the project containing the information to be added to pathEnv
        pathEnv - the path environment to be modified as a side effect