Interface ClasspathAttribute


@Incubating public interface ClasspathAttribute
Optional description associated with Eclipse classpath entries.
Since:
2.14
See Also:
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the key of this attribute.
    Returns the value of this attribute.
  • Method Details

    • getName

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

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