Uses of Interface
com.e1c.g5.v8.dt.cli.api.ICliSession
Packages that use ICliSession
Package
Description
-
Uses of ICliSession in com._1c.g5.v8.dt.internal.platform.services.core.infobases.cli
Methods in com._1c.g5.v8.dt.internal.platform.services.core.infobases.cli with parameters of type ICliSessionModifier and TypeMethodDescriptionvoid
BaseInfobaseCmds.infobaseDelete
(ICliSession session, boolean yes, boolean deleteContent, String[] names) void
BaseInfobaseCmds.infobaseDelete
(ICliSession session, String infobaseName, boolean yes, boolean deleteContent) -
Uses of ICliSession in com.e1c.g5.v8.dt.cli.api.components
Methods in com.e1c.g5.v8.dt.cli.api.components that return ICliSessionModifier and TypeMethodDescriptionCliCommandContext.getCliSession()
Gets CLI session associated with this call.Methods in com.e1c.g5.v8.dt.cli.api.components with parameters of type ICliSession -
Uses of ICliSession in com.e1c.g5.v8.dt.cli.commands.internal.builtin.workspace
Methods in com.e1c.g5.v8.dt.cli.commands.internal.builtin.workspace with parameters of type ICliSessionModifier and TypeMethodDescriptionvoid
CleanUpProjectSourceCmd.c1_cleanUpSource
(ICliSession session, String projectLocation) void
ExportConfigurationFilesCmd.c1_export
(ICliSession session, String projectLocation, String configurationFilesLocation) void
ValidateCmd.c1_validate
(ICliSession session, String file, String[] projectLocations) void
ExportConfigurationFilesCmd.c2_export
(ICliSession session, String projectName, String configurationFilesLocation) void
ValidateCmd.c2_validate
(ICliSession session, String file, String[] projects) -
Uses of ICliSession in com.e1c.g5.v8.dt.internal.cli.api
Classes in com.e1c.g5.v8.dt.internal.cli.api that implement ICliSessionModifier and TypeClassDescriptionclass
Methods in com.e1c.g5.v8.dt.internal.cli.api with parameters of type ICliSessionModifier and TypeMethodDescriptionBaseCmds.cd
(ICliSession session) void
BaseCmds.cd
(ICliSession session, Path path) void
BaseCmds.exit
(ICliSession session, boolean yes, int status) EdtScriptCmd.script
(ICliSession session, boolean recursive, String namespace, Path path) -
Uses of ICliSession in com.e1c.g5.v8.dt.internal.library.cli
Methods in com.e1c.g5.v8.dt.internal.library.cli with parameters of type ICliSessionModifier and TypeMethodDescriptionvoid
BaseLibraryCmds.libraryCreate
(ICliSession session, org.eclipse.core.resources.IProject project, Path path)