ClasspathEntrypublic class Variable extends AbstractLibrary
accessRules, COMPONENT_DEPENDENCY_ATTRIBUTE, COMPONENT_NON_DEPENDENCY_ATTRIBUTE, entryAttributes, exported, path| Constructor | Description | 
|---|---|
| Variable(Node node,
        org.gradle.plugins.ide.eclipse.model.internal.FileReferenceFactory fileReferenceFactory) | |
| Variable(FileReference library) | 
| Modifier and Type | Method | Description | 
|---|---|---|
| String | getKind() | |
| String | toString() | 
appendNode, equals, getJavadocPath, getLibrary, getModuleVersion, getSourcePath, hashCode, setJavadocPath, setLibrary, setModuleVersion, setSourcePathaddClasspathEntry, getAccessRules, getEntryAttributes, getNativeLibraryLocation, getPath, isExported, normalizePath, setAccessRules, setExported, setNativeLibraryLocation, setPath, writeEntryAttributespublic Variable(Node node, org.gradle.plugins.ide.eclipse.model.internal.FileReferenceFactory fileReferenceFactory)
public Variable(FileReference library)
public String getKind()
public String toString()
toString in class AbstractLibrary