JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
All Classes
SEARCH:
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
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
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
All Classes
JavaScript is disabled on your browser.
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method