Interface JavaLibrary

All Superinterfaces:
Library

public interface JavaLibrary extends Library
A Java library.
  • Method Details

    • getJarFile

      @NonNull File getJarFile()
      Returns the library's jar file.
    • getDependencies

      @NonNull List<? extends JavaLibrary> getDependencies()
      Returns the direct dependencies of this library.