Uses of Interface
com.e1c.g5.v8.dt.cli.api.ICliCommand
Packages that use ICliCommand
Package
Description
-
Uses of ICliCommand in com._1c.g5.v8.dt.internal.platform.services.core.infobases.cli
Classes in com._1c.g5.v8.dt.internal.platform.services.core.infobases.cli that implement ICliCommandModifier and TypeClassDescriptionclass
Base CLI commands to work with infobases.Methods in com._1c.g5.v8.dt.internal.platform.services.core.infobases.cli with parameters of type ICliCommandModifier and TypeMethodDescriptionInfobaseCliVerifier.verifyCommandProviderRegistration
(ICliCommand commandProvider, String namespace) -
Uses of ICliCommand in com.e1c.g5.v8.dt.cli.api
Methods in com.e1c.g5.v8.dt.cli.api with parameters of type ICliCommandModifier and TypeMethodDescriptiondefault ICliVerifier.Verdict
ICliVerifier.verifyCommandProviderRegistration
(ICliCommand commandProvider, String namespace) Verifies registration of a command provider. -
Uses of ICliCommand in com.e1c.g5.v8.dt.cli.api.components
Classes in com.e1c.g5.v8.dt.cli.api.components that implement ICliCommandModifier and TypeClassDescriptionclass
Base implementation of a CLI command provider. -
Uses of ICliCommand in com.e1c.g5.v8.dt.cli.commands.internal.builtin.provisioning
Classes in com.e1c.g5.v8.dt.cli.commands.internal.builtin.provisioning that implement ICliCommandModifier and TypeClassDescriptionfinal class
Platform support management commandclass
CLI command to get information about supported versions of 1C:Enterprise Platform -
Uses of ICliCommand in com.e1c.g5.v8.dt.cli.commands.internal.builtin.workspace
Classes in com.e1c.g5.v8.dt.cli.commands.internal.builtin.workspace that implement ICliCommandModifier and TypeClassDescriptionclass
Base project-related CLI commands.class
CLI command to clean up project sources.class
CLI command to export V8 projects to 1C:Enterprise platform configuration XML files.class
CLI command to import projects into the workspace.class
CLI command to validate V8 projects and save validation results to a file. -
Uses of ICliCommand in com.e1c.g5.v8.dt.formatter.bsl.service
Classes in com.e1c.g5.v8.dt.formatter.bsl.service that implement ICliCommandModifier and TypeClassDescriptionclass
Provides commands for formatting BSL files within a project. -
Uses of ICliCommand in com.e1c.g5.v8.dt.internal.cli.api
Classes in com.e1c.g5.v8.dt.internal.cli.api that implement ICliCommandModifier and TypeClassDescriptionclass
Provides base commands.class
Decorator for a particular command of acommand provider
.class
Provides help for other 1C:EDT CLI commands (and itself).class
Command provider for CLI scripts.class
Provides the script CLI command to manage scripts.class
Provides the edtsh command, which is an extended command line shell.class
Provides procedural commands to extend the built-in procedural commands of the GoGo Shell.Methods in com.e1c.g5.v8.dt.internal.cli.api that return ICliCommandModifier and TypeMethodDescriptionEdtCommandWrapper.getCommandProvider()
Returns the wrapped command provider.RegistrationDeniedException.getCommandProvider()
Returns command provider that was denied.Methods in com.e1c.g5.v8.dt.internal.cli.api that return types with arguments of type ICliCommandModifier and TypeMethodDescriptionClass<? extends ICliCommand>
DuplicateCommandException.getCommandProviderClass()
Returns command provider class.Methods in com.e1c.g5.v8.dt.internal.cli.api with parameters of type ICliCommandModifier and TypeMethodDescriptionCompositeVerifier.verifyCommandProviderRegistration
(ICliCommand commandProvider, String namespace) Constructors in com.e1c.g5.v8.dt.internal.cli.api with parameters of type ICliCommandModifierConstructorDescriptionEdtCommandWrapper
(com.e1c.g5.v8.dt.internal.cli.api.CommandRegistry registry, ICliCommand commandProvider, String commandName, String namespace) Creates a new command wrapper.RegistrationDeniedException
(String namespace, ICliCommand commandProvider, String reason) Creates a new instance for a denied command provider.Constructor parameters in com.e1c.g5.v8.dt.internal.cli.api with type arguments of type ICliCommandModifierConstructorDescriptionDuplicateCommandException
(String namespace, String commandName, Class<? extends ICliCommand> commandProviderClass) Creates a new instance. -
Uses of ICliCommand in com.e1c.g5.v8.dt.internal.library.cli
Classes in com.e1c.g5.v8.dt.internal.library.cli that implement ICliCommandMethods in com.e1c.g5.v8.dt.internal.library.cli with parameters of type ICliCommandModifier and TypeMethodDescriptionLibraryCliVerifier.verifyCommandProviderRegistration
(ICliCommand commandProvider, String namespace)