public class Library extends AbstractLibrary
accessRules, COMPONENT_DEPENDENCY_ATTRIBUTE, COMPONENT_NON_DEPENDENCY_ATTRIBUTE, entryAttributes, exported, path| Constructor and Description | 
|---|
| Library(FileReference library) | 
| Library(Node node,
       org.gradle.plugins.ide.eclipse.model.internal.FileReferenceFactory fileReferenceFactory) | 
| Modifier and Type | Method and 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 Library(Node node, org.gradle.plugins.ide.eclipse.model.internal.FileReferenceFactory fileReferenceFactory)
public Library(FileReference library)
public String getKind()
public String toString()
toString in class AbstractLibrary