Uses of Interface
io.github.chrimle.classforge.Builder
Packages that use Builder
-
Uses of Builder in io.github.chrimle.classforge
Classes in io.github.chrimle.classforge that implement BuilderModifier and TypeClassDescriptionclassAbstract class for building and generating Java classes.final classBuilder of Java classes (class).final classBuilder of Javaenumclasses.Methods in io.github.chrimle.classforge that return BuilderModifier and TypeMethodDescriptionAbstractBuilder.commit()Commits the currently uncommitted class.Builder.commit()Commits the currently uncommitted class.AbstractBuilder.updateClassName(String className) Updates theclassNameof the currently uncommitted class.Builder.updateClassName(String className) Updates theclassNameof the currently uncommitted class.AbstractBuilder.updateDirectory(String directory) Updates thedirectoryof the currently uncommitted class.Builder.updateDirectory(String directory) Updates thedirectoryof the currently uncommitted class.AbstractBuilder.updatePackageName(String packageName) Updates thepackageNameof the currently uncommitted class.Builder.updatePackageName(String packageName) Updates thepackageNameof the currently uncommitted class.