JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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 and Description
String
getName
()
Returns the key of this attribute.
String
getValue
()
Returns the value of this attribute.
Method Detail
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.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method