Package org.pkl.core
Class Release.SourceCode
java.lang.Object
org.pkl.core.Release.SourceCode
- Enclosing class:
- Release
The source code of a Pkl release.
-
Constructor Summary
ConstructorsConstructorDescriptionSourceCode(String homepage, String version) Constructs aRelease.SourceCode. -
Method Summary
Modifier and TypeMethodDescriptionbooleangetFilePage(String path) Returns the source code page of the file with the given path.The source code scheme for the stdlib module.inthashCode()homepage()The homepage of this source code.
-
Constructor Details
-
SourceCode
Constructs aRelease.SourceCode.
-
-
Method Details
-
getVersion
-
homepage
The homepage of this source code. -
getFilePage
Returns the source code page of the file with the given path. Note: Files may be moved or deleted anytime. -
getSourceCodeUrlScheme
The source code scheme for the stdlib module. -
equals
-
hashCode
public int hashCode()
-