Uses of Class
com.e1c.g5.v8.dt.internal.cli.api.EdtScript
Packages that use EdtScript
-
Uses of EdtScript in com.e1c.g5.v8.dt.internal.cli.api
Methods in com.e1c.g5.v8.dt.internal.cli.api that return EdtScriptModifier and TypeMethodDescriptionstatic EdtScript
Creates a new instance ofEdtScript
(without a contributor) from the given file.Methods in com.e1c.g5.v8.dt.internal.cli.api that return types with arguments of type EdtScriptModifier and TypeMethodDescriptionEdtHelpCmd.findScriptsByNameWithNamespace
(com.e1c.g5.v8.dt.internal.cli.api.CommandRegistry registry, String name) Returns script by the given name (with possible namespace).static Collection<EdtScript>
Load scripts from the given path (file or directory).static Collection<EdtScript>
Load scripts from the given path (file or directory).Methods in com.e1c.g5.v8.dt.internal.cli.api with parameters of type EdtScriptModifier and TypeMethodDescriptionstatic String
EdtHelpCmd.getNameWithNamespace
(EdtScript script) Returns script name with namespace.void
EdtScript.overwriteWith
(EdtScript script) Overwrites this script with the given script.