Package org.pkl.core

Class Release.Documentation

  • Enclosing class:
    Release

    public static final class Release.Documentation
    extends java.lang.Object
    The documentation of a Pkl release.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object obj)  
      int hashCode()  
      java.lang.String homepage()
      The homepage of this documentation.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

    • Method Detail

      • homepage

        public java.lang.String homepage()
        The homepage of this documentation.
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object