Package org.pkl.core.project
Class Package
java.lang.Object
org.pkl.core.project.Package
Java representation of class
pkl.Project#Package-
Constructor Summary
ConstructorsConstructorDescriptionPackage(String name, PackageUri uri, Version version, URI packageZipUrl, @Nullable String description, List<String> authors, @Nullable URI website, @Nullable URI documentation, @Nullable URI sourceCode, @Nullable String sourceCodeUrlScheme, @Nullable String license, @Nullable String licenseText, @Nullable URI issueTracker, List<Path> apiTests, List<String> exclude) -
Method Summary
-
Constructor Details
-
Package
public Package(String name, PackageUri uri, Version version, URI packageZipUrl, @Nullable @Nullable String description, List<String> authors, @Nullable @Nullable URI website, @Nullable @Nullable URI documentation, @Nullable @Nullable URI sourceCode, @Nullable @Nullable String sourceCodeUrlScheme, @Nullable @Nullable String license, @Nullable @Nullable String licenseText, @Nullable @Nullable URI issueTracker, List<Path> apiTests, List<String> exclude)
-
-
Method Details
-
getName
-
getUri
-
getVersion
-
getPackageZipUrl
-
getDescription
-
getAuthors
-
getWebsite
-
getDocumentation
-
getSourceCode
-
getSourceCodeUrlScheme
-
getLicenseText
-
getLicense
-
getIssueTracker
-
getApiTests
-
getExclude
-
equals
-
hashCode
public int hashCode() -
toString
-