Class AbstractLibrary

java.lang.Object
org.gradle.plugins.ide.eclipse.model.AbstractClasspathEntry
org.gradle.plugins.ide.eclipse.model.AbstractLibrary
All Implemented Interfaces:
ClasspathEntry
Direct Known Subclasses:
Library, Variable

public abstract class AbstractLibrary extends AbstractClasspathEntry
Common superclass for the library elements.
Since:
1.0
  • Constructor Details

    • AbstractLibrary

      public AbstractLibrary(Node node, org.gradle.plugins.ide.eclipse.model.internal.FileReferenceFactory fileReferenceFactory)
      Creates a new AbstractLibrary.
      Since:
      1.0
    • AbstractLibrary

      public AbstractLibrary(FileReference library)
      Creates a new AbstractLibrary.
      Since:
      1.0
  • Method Details