Package org.pkl.core

Class Release.SourceCode

java.lang.Object
org.pkl.core.Release.SourceCode
Enclosing class:
Release

public static final class Release.SourceCode extends Object
The source code of a Pkl release.
  • Constructor Details

  • Method Details

    • getVersion

      public String getVersion()
    • homepage

      public String homepage()
      The homepage of this source code.
    • getFilePage

      public String getFilePage(String path)
      Returns the source code page of the file with the given path. Note: Files may be moved or deleted anytime.
    • getSourceCodeUrlScheme

      public String getSourceCodeUrlScheme()
      The source code scheme for the stdlib module.
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object