Interface IV8LibraryDescriptor


  • public interface IV8LibraryDescriptor
    Library descriptor. Contains common information about library.
    • Method Detail

      • getName

        String getName()
        Gets library name.
        Returns:
        library name
      • getVersion

        String getVersion()
        Gets library version.
        Returns:
        library version
      • getVendor

        String getVendor()
        Gets library vendor.
        Returns:
        library vendor
      • getSource

        URI getSource()
        Gets library source. Associated with IV8LibraryRepositoryConnector.
        Returns:
        library source
      • getLibraryDescription

        String getLibraryDescription()
        Gets library description. Can be empty.
        Returns:
        library description
      • setLibraryDescription

        void setLibraryDescription​(String description)
        Sets library description.
        Parameters:
        description - library description