Class JdbcDriverFile


  • @ThreadSafe
    public final class JdbcDriverFile
    extends Object

    Descriptor of an individual file (generally, a JDBC driver may consist of multiple files).

    Since:
    2018.1
    Author:
    Andrey Shcheglov <mailto:andrey.shcheglov@jetbrains.com>
    • Constructor Detail

      • JdbcDriverFile

        public JdbcDriverFile()
    • Method Detail

      • getName

        @Nullable
        public String getName()

        Returns the basename of the file (without the path).

        Returns:
        the basename of the file (without the path).
      • getUrl

        @Nullable
        public String getUrl()

        Returns the remote URL the file to be downloaded from.

        Returns:
        the remote URL the file to be downloaded from.
      • getMd5

        @Nullable
        public String getMd5()

        Returns the MD5 digest of the file if one is known, and null or an empty string otherwise.

        Returns:
        the MD5 digest of the file if one is known.