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 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.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 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) voidCleanUpProjectSourceCmd.c3_cleanUpSource(ICliSession session, String projectLocation, boolean includeFullSupportObjects) -
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 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) BaseCmds.find(ICliSession session, String name, String type) BaseCmds.find(ICliSession session, String name, String type, Path path) static booleanCliSessionImpl.isTemporaryWorkspace(ICliSession session) Returnstrue, if the session is run under a temporary workspace.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 TypeMethodDescriptionvoidBaseLibraryCmds.convertSupportToDistribution(ICliSession session, org.eclipse.core.resources.IProject project) voidBaseLibraryCmds.libraryCreate(ICliSession session, org.eclipse.core.resources.IProject project, Path path) BaseLibraryCmds.libraryDependency(ICliSession session, Path path) BaseLibraryCmds.libraryRegister(ICliSession session, boolean update, Path path) BaseLibraryCmds.libraryResolve(ICliSession session, String path, LibraryDependency dependency)