Interface ClasspathAttribute


  • public interface ClasspathAttribute
    Optional description associated with Eclipse classpath entries.
    Since:
    2.14
    See Also:
    IClassAttribute Javadoc
    • Method Detail

      • getName

        java.lang.String getName()
        Returns the key of this attribute.
        Returns:
        The key of this attribute.
      • getValue

        java.lang.String getValue()
        Returns the value of this attribute.
        Returns:
        The value of this classpath attribute.