Package org.gradle.tooling.model.eclipse
Interface ClasspathAttribute
-
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 java.lang.String
getName()
Returns the key of this attribute.java.lang.String
getValue()
Returns the value of this attribute.
-