Package org.gradle.tooling.model.eclipse
Interface ClasspathAttribute
-
@Incubating public interface ClasspathAttribute
Optional description associated with Eclipse classpath entries.- Since:
- 2.14
- See Also:
- IClassAttribute Javadoc
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getName()
Returns the key of this attribute.String
getValue()
Returns the value of this attribute.
-