Class Ibcmd
java.lang.Object
com.e1c.g5.v8.dt.platform.standaloneserver.core.Ibcmd
The
ibcmd
1C:Stanalonse server utility.-
Method Summary
Modifier and TypeMethodDescriptionboolean
exists()
Returns whether the utility exists in file-system.Gets path to executable file of the command.infobase()
Returns a new infobase command builder instance.static Ibcmd
Creates a newibcmd
utility instance.server()
Returns a new server command builder instance.session()
Creates command line builder for session administration mode.toString()
-
Method Details
-
of
Creates a newibcmd
utility instance.- Parameters:
serverPath
- the path to the 1C:Stanalonse server location (bin directory with executables), cannot benull
- Returns:
- the new
ibcmd
utility instance, nevernull
-
server
Returns a new server command builder instance.- Returns:
- a new server command builder instance, never
null
-
infobase
Returns a new infobase command builder instance.- Returns:
- a new infobase command builder instance, never
null
-
session
Creates command line builder for session administration mode.- Returns:
- Command line builder. Never
null
.
-
exists
public boolean exists()Returns whether the utility exists in file-system.- Returns:
- whether the utility exists in file-system
-
getExecutablePath
Gets path to executable file of the command.- Returns:
- Path to command. Never
null
.
-
toString
-