Uses of Record Class
tech.jhipster.lite.module.domain.packagejson.ScriptCommand
Packages that use ScriptCommand
-
Uses of ScriptCommand in tech.jhipster.lite.module.domain
Methods in tech.jhipster.lite.module.domain that return ScriptCommandModifier and TypeMethodDescriptionstatic ScriptCommandJHipsterModule.scriptCommand(String command) -
Uses of ScriptCommand in tech.jhipster.lite.module.domain.packagejson
Methods in tech.jhipster.lite.module.domain.packagejson that return ScriptCommandModifier and TypeMethodDescriptionScript.command()Returns the value of thecommandrecord component.Methods in tech.jhipster.lite.module.domain.packagejson with parameters of type ScriptCommandModifier and TypeMethodDescriptionJHipsterModulePackageJson.JHipsterModulePackageJsonBuilder.addScript(ScriptKey key, ScriptCommand command) Constructors in tech.jhipster.lite.module.domain.packagejson with parameters of type ScriptCommandModifierConstructorDescriptionScript(ScriptKey key, ScriptCommand command) Creates an instance of aScriptrecord class.