Class ClasspathVariableInitializer


  • public abstract class ClasspathVariableInitializer
    extends java.lang.Object
    Abstract base implementation of all classpath variable initializers. Classpath variable initializers are used in conjunction with the "org.eclipse.jdt.core.classpathVariableInitializer" extension point.

    Clients should subclass this class to implement a specific classpath variable initializer. The subclass must have a public 0-argument constructor and a concrete implementation of initialize.

    Since:
    2.0
    See Also:
    IClasspathEntry
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      abstract void initialize​(java.lang.String variable)
      Binds a value to the workspace classpath variable with the given name, or fails silently if this cannot be done.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait