Interface ClasspathEntry

All Known Implementing Classes:
AbstractClasspathEntry, AbstractLibrary, Container, Library, Output, ProjectDependency, SourceFolder, UnresolvedLibrary, Variable

public interface ClasspathEntry
Represents an entry in the Eclipse classpath.
Since:
1.0
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Append node.
    Returns the kind.
  • Method Details

    • getKind

      String getKind()
      Returns the kind.
      Since:
      1.0
    • appendNode

      void appendNode(Node node)
      Append node.
      Since:
      1.0