api / org.gradle.tooling.model.eclipse / ClasspathAttribute

ClasspathAttribute

interface ClasspathAttribute

Optional description associated with Eclipse classpath entries.

See Also
<a href="http://help.eclipse.org/mars/topic/org.eclipse.jdt.doc.isv/reference/api/org/eclipse/jdt/core/IClasspathAttribute.html">IClassAttribute Javadoc</a>

Since
2.14

Functions

getName

abstract fun getName(): String

Returns the key of this attribute.

getValue

abstract fun getValue(): String

Returns the value of this attribute.