Uses of Interface
tech.jhipster.lite.module.domain.startupcommand.JHipsterStartupCommand
Packages that use JHipsterStartupCommand
-
Uses of JHipsterStartupCommand in tech.jhipster.lite.module.domain.startupcommand
Classes in tech.jhipster.lite.module.domain.startupcommand that implement JHipsterStartupCommandModifier and TypeClassDescriptionfinal recordfinal recordfinal recordMethods in tech.jhipster.lite.module.domain.startupcommand that return types with arguments of type JHipsterStartupCommandModifier and TypeMethodDescriptionCollection<? extends JHipsterStartupCommand> JHipsterStartupCommands.commands()Returns the value of thecommandsrecord component.JHipsterStartupCommands.get()Constructor parameters in tech.jhipster.lite.module.domain.startupcommand with type arguments of type JHipsterStartupCommandModifierConstructorDescriptionJHipsterStartupCommands(Collection<? extends JHipsterStartupCommand> commands) Creates an instance of aJHipsterStartupCommandsrecord class.