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.cliMethods in com._1c.g5.v8.dt.internal.platform.services.core.infobases.cli with parameters of type ICliSessionModifier and TypeMethodDescriptionvoidBaseInfobaseCmds.infobaseDelete(ICliSession session, boolean yes, boolean deleteContent, String[] names) voidBaseInfobaseCmds.infobaseDelete(ICliSession session, String infobaseName, boolean yes, boolean deleteContent) 
- 
Uses of ICliSession in com.e1c.g5.v8.dt.cli.api.componentsMethods 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.workspaceMethods in com.e1c.g5.v8.dt.cli.commands.internal.builtin.workspace with parameters of type ICliSessionModifier and TypeMethodDescriptionvoidCleanUpProjectSourceCmd.c1_cleanUpSource(ICliSession session, String projectLocation) voidExportConfigurationFilesCmd.c1_export(ICliSession session, String projectLocation, String configurationFilesLocation) voidValidateCmd.c1_validate(ICliSession session, String file, String[] projectLocations) voidExportConfigurationFilesCmd.c2_export(ICliSession session, String projectName, String configurationFilesLocation) voidValidateCmd.c2_validate(ICliSession session, String file, String[] projects) 
- 
Uses of ICliSession in com.e1c.g5.v8.dt.internal.cli.apiClasses in com.e1c.g5.v8.dt.internal.cli.api that implement ICliSessionModifier and TypeClassDescriptionclassMethods in com.e1c.g5.v8.dt.internal.cli.api with parameters of type ICliSessionModifier and TypeMethodDescriptionBaseCmds.cd(ICliSession session) voidBaseCmds.cd(ICliSession session, Path path) voidBaseCmds.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.cliMethods in com.e1c.g5.v8.dt.internal.library.cli with parameters of type ICliSessionModifier and TypeMethodDescriptionvoidBaseLibraryCmds.libraryCreate(ICliSession session, org.eclipse.core.resources.IProject project, Path path)