Interface IdeaSingleEntryLibraryDependency

    • Method Detail

      • getFile

        java.io.File getFile()
        Returns the file for this dependency.
        Specified by:
        getFile in interface ExternalDependency
        Returns:
        The file. Never null.
      • getSource

        @Nullable
        java.io.File getSource()
        Returns the source directory/archive for this dependency.
        Specified by:
        getSource in interface ExternalDependency
        Returns:
        The source file. Returns null when the source is not available for this dependency.
      • getJavadoc

        @Nullable
        java.io.File getJavadoc()
        Returns the Javadoc directory/archive for this dependency.
        Specified by:
        getJavadoc in interface ExternalDependency
        Returns:
        The Javadoc file. Returns null when the Javadoc is not available for this dependency.