Uses of Interface
tech.jhipster.lite.module.domain.javabuild.command.JavaBuildCommand
Packages that use JavaBuildCommand
Package
Description
-
Uses of JavaBuildCommand in tech.jhipster.lite.module.domain.buildproperties
Methods in tech.jhipster.lite.module.domain.buildproperties that return types with arguments of type JavaBuildCommandModifier and TypeMethodDescriptionJHipsterModuleBuildProperties.buildChanges(BuildProfileId buildProfile) -
Uses of JavaBuildCommand in tech.jhipster.lite.module.domain.javabuild.command
Classes in tech.jhipster.lite.module.domain.javabuild.command that implement JavaBuildCommandModifier and TypeClassDescriptionfinal recordfinal classfinal recordfinal classfinal recordfinal recordfinal recordfinal recordfinal classfinal recordfinal recordfinal recordfinal recordMethods in tech.jhipster.lite.module.domain.javabuild.command that return types with arguments of type JavaBuildCommandModifier and TypeMethodDescriptionCollection<? extends JavaBuildCommand> JavaBuildCommands.commands()Returns the value of thecommandsrecord component.JavaBuildCommands.get()Constructor parameters in tech.jhipster.lite.module.domain.javabuild.command with type arguments of type JavaBuildCommandModifierConstructorDescriptionJavaBuildCommands(Collection<? extends JavaBuildCommand> commands) Creates an instance of aJavaBuildCommandsrecord class. -
Uses of JavaBuildCommand in tech.jhipster.lite.module.domain.javadependency
Methods in tech.jhipster.lite.module.domain.javadependency that return types with arguments of type JavaBuildCommandModifier and TypeMethodDescriptionprotected Collection<JavaBuildCommand> DirectJavaDependency.dependencyCommands(ProjectJavaDependencies projectDependencies, Optional<BuildProfileId> buildProfile) protected Collection<JavaBuildCommand> JavaDependencyManagement.dependencyCommands(ProjectJavaDependencies projectDependencies, Optional<BuildProfileId> buildProfile) protected Collection<JavaBuildCommand> DirectJavaDependency.versionCommands(JavaDependenciesVersions currentVersions, ProjectJavaDependencies projectDependencies, Optional<BuildProfileId> buildProfile) protected Collection<JavaBuildCommand> JavaDependencyManagement.versionCommands(JavaDependenciesVersions currentVersions, ProjectJavaDependencies projectDependencies, Optional<BuildProfileId> buildProfile)