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.cliClasses in com._1c.g5.v8.dt.internal.platform.services.core.infobases.cli that implement ICliCommandModifier and TypeClassDescriptionclassBase 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.apiMethods in com.e1c.g5.v8.dt.cli.api with parameters of type ICliCommandModifier and TypeMethodDescriptiondefault ICliVerifier.VerdictICliVerifier.verifyCommandProviderRegistration(ICliCommand commandProvider, String namespace) Verifies registration of a command provider.
- 
Uses of ICliCommand in com.e1c.g5.v8.dt.cli.api.componentsClasses in com.e1c.g5.v8.dt.cli.api.components that implement ICliCommandModifier and TypeClassDescriptionclassBase implementation of a CLI command provider.
- 
Uses of ICliCommand in com.e1c.g5.v8.dt.cli.commands.internal.builtin.provisioningClasses in com.e1c.g5.v8.dt.cli.commands.internal.builtin.provisioning that implement ICliCommandModifier and TypeClassDescriptionfinal classPlatform support management commandclassCLI command to get information about supported versions of 1C:Enterprise Platform
- 
Uses of ICliCommand in com.e1c.g5.v8.dt.cli.commands.internal.builtin.workspaceClasses in com.e1c.g5.v8.dt.cli.commands.internal.builtin.workspace that implement ICliCommandModifier and TypeClassDescriptionclassBase project-related CLI commands.classCLI command to clean up project sources.classCLI command to export V8 projects to 1C:Enterprise platform configuration XML files.classCLI command to import projects into the workspace.classCLI command to validate V8 projects and save validation results to a file.
- 
Uses of ICliCommand in com.e1c.g5.v8.dt.formatter.bsl.serviceClasses in com.e1c.g5.v8.dt.formatter.bsl.service that implement ICliCommandModifier and TypeClassDescriptionclassProvides commands for formatting BSL files within a project.
- 
Uses of ICliCommand in com.e1c.g5.v8.dt.internal.cli.apiClasses in com.e1c.g5.v8.dt.internal.cli.api that implement ICliCommandModifier and TypeClassDescriptionclassProvides base commands.classDecorator for a particular command of acommand provider.classProvides help for other 1C:EDT CLI commands (and itself).classCommand provider for CLI scripts.classProvides the script CLI command to manage scripts.classProvides the edtsh command, which is an extended command line shell.classProvides 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.cliClasses 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)