Uses of Class
io.github.cdklabs.projen.java.ParentPom.Builder
-
Packages that use ParentPom.Builder Package Description io.github.cdklabs.projen.java -
-
Uses of ParentPom.Builder in io.github.cdklabs.projen.java
Methods in io.github.cdklabs.projen.java that return ParentPom.Builder Modifier and Type Method Description ParentPom.BuilderParentPom.Builder. artifactId(String artifactId)Sets the value ofParentPom.getArtifactId()static ParentPom.BuilderParentPom. builder()ParentPom.BuilderParentPom.Builder. groupId(String groupId)Sets the value ofParentPom.getGroupId()ParentPom.BuilderParentPom.Builder. relativePath(String relativePath)Sets the value ofParentPom.getRelativePath()ParentPom.BuilderParentPom.Builder. version(String version)Sets the value ofParentPom.getVersion()Constructors in io.github.cdklabs.projen.java with parameters of type ParentPom.Builder Constructor Description Jsii$Proxy(ParentPom.Builder builder)Constructor that initializes the object based on literal property values passed by theParentPom.Builder.
-