Uses of Annotation Interface
com.e1c.g5.v8.dt.cli.api.CliCommand
Packages that use CliCommand
Package
Description
- 
Uses of CliCommand in com._1c.g5.v8.dt.internal.platform.services.core.infobases.cliMethods in com._1c.g5.v8.dt.internal.platform.services.core.infobases.cli with annotations of type CliCommandModifier and TypeMethodDescriptionBaseInfobaseCmds.infobase(boolean details) voidBaseInfobaseCmds.infobaseCreate(String name, String version, String path, Path cf) voidBaseInfobaseCmds.infobaseDelete(ICliSession session, boolean yes, boolean deleteContent, String[] names) voidBaseInfobaseCmds.infobaseDelete(ICliSession session, String infobaseName, boolean yes, boolean deleteContent) voidBaseInfobaseCmds.infobaseImport(String infobaseName, org.eclipse.core.resources.IProject project, boolean build) 
- 
Uses of CliCommand in com.e1c.g5.v8.dt.cli.commands.internal.builtin.provisioningMethods in com.e1c.g5.v8.dt.cli.commands.internal.builtin.provisioning with annotations of type CliCommandModifier and TypeMethodDescriptionorg.eclipse.core.runtime.IStatusPlatformSupportCommand.installPlatformSupport(Version version) Installs 1C:Platform support for a given version.voidPlatformVersionsCmd.platformVersions()org.eclipse.core.runtime.IStatusPlatformSupportCommand.uninstallPlatformSupport(Version version) Removes 1C:Platform support for a given version if any.
- 
Uses of CliCommand in com.e1c.g5.v8.dt.cli.commands.internal.builtin.workspaceMethods in com.e1c.g5.v8.dt.cli.commands.internal.builtin.workspace with annotations of type CliCommandModifier and TypeMethodDescriptionvoidBaseProjectCmds.build(boolean yes) voidvoidCleanUpProjectSourceCmd.c1_cleanUpSource(ICliSession session, String projectLocation) voidExportConfigurationFilesCmd.c1_export(ICliSession session, String projectLocation, String configurationFilesLocation) voidImportConfigurationFilesCmd.c1_import(String version, String baseProject, String configurationFilesLocation, String projectLocation, boolean build) voidValidateCmd.c1_validate(ICliSession session, String file, String[] projectLocations) voidCleanUpProjectSourceCmd.c2_cleanUpSource(String projectName) voidExportConfigurationFilesCmd.c2_export(ICliSession session, String projectName, String configurationFilesLocation) voidImportConfigurationFilesCmd.c2_import(String version, String baseProject, String configurationFilesLocation, String projectName, boolean build) voidValidateCmd.c2_validate(ICliSession session, String file, String[] projects) voidvoidBaseProjectCmds.delete(boolean yes, boolean deleteContent) voidBaseProjectCmds.project(boolean details) 
- 
Uses of CliCommand in com.e1c.g5.v8.dt.formatter.bsl.serviceMethods in com.e1c.g5.v8.dt.formatter.bsl.service with annotations of type CliCommandModifier and TypeMethodDescriptionvoidFormats the BSL files located in a project directory specified by the --project argument.voidFormatBslFilesCmd.c2_format(org.eclipse.core.resources.IProject project) Formats the BSL files in a project identified by a project name specified by the --project-name argument.
- 
Uses of CliCommand in com.e1c.g5.v8.dt.internal.cli.apiMethods in com.e1c.g5.v8.dt.internal.cli.api with annotations of type CliCommandModifier and TypeMethodDescriptionProceduralCmds._if(org.apache.felix.service.command.CommandSession session, org.apache.felix.service.command.Function[] fns) ProceduralCmds._try(org.apache.felix.service.command.CommandSession session, org.apache.felix.service.command.Function func, String blockName, org.apache.felix.service.command.Function block) ProceduralCmds._try(org.apache.felix.service.command.CommandSession session, org.apache.felix.service.command.Function func, String _catch, org.apache.felix.service.command.Function catchBlock, String _finally, org.apache.felix.service.command.Function finallyBlock) ProceduralCmds._try(org.apache.felix.service.command.CommandSession session, org.apache.felix.service.command.Function func, org.apache.felix.service.command.Function error, org.apache.felix.service.command.Function _finally) voidProceduralCmds._while(org.apache.felix.service.command.CommandSession session, org.apache.felix.service.command.Function condition, org.apache.felix.service.command.Function ifTrue) BaseCmds.cd(ICliSession session) voidBaseCmds.cd(ICliSession session, Path path) voidEdtShell.edtsh(org.apache.felix.service.command.CommandSession session) voidBaseCmds.exit(ICliSession session, boolean yes, int status) voidEdtHelpCmd.help()voidbooleanProceduralCmds.not(org.apache.felix.service.command.CommandSession session, org.apache.felix.service.command.Function condition) EdtScriptCmd.script()EdtScriptCmd.script(ICliSession session, boolean recursive, String namespace, Path path) voidProceduralCmds.until(org.apache.felix.service.command.CommandSession session, org.apache.felix.service.command.Function condition, org.apache.felix.service.command.Function ifTrue) 
- 
Uses of CliCommand in com.e1c.g5.v8.dt.internal.library.cliMethods in com.e1c.g5.v8.dt.internal.library.cli with annotations of type CliCommandModifier and TypeMethodDescriptionvoidBaseLibraryCmds.libraryCreate(ICliSession session, org.eclipse.core.resources.IProject project, Path path)