Class Ibcmd
- java.lang.Object
-
- com.e1c.g5.v8.dt.platform.standaloneserver.core.Ibcmd
-
public final class Ibcmd extends Object
Theibcmd1C:Stanalonse server utility.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanexists()Returns whether the utility exists in file-system.InfobaseCommandBuilderinfobase()Returns a new infobase command builder instance.static Ibcmdof(Path serverPath)Creates a newibcmdutility instance.ServerCommandBuilderserver()Returns a new server command builder instance.SessionCommandBuildersession()Creates command line builder for session administration mode.
-
-
-
Method Detail
-
of
public static Ibcmd of(Path serverPath)
Creates a newibcmdutility instance.- Parameters:
serverPath- the path to the 1C:Stanalonse server location (bin directory with executables), cannot benull- Returns:
- the new
ibcmdutility instance, nevernull
-
server
public ServerCommandBuilder server()
Returns a new server command builder instance.- Returns:
- a new server command builder instance, never
null
-
infobase
public InfobaseCommandBuilder infobase()
Returns a new infobase command builder instance.- Returns:
- a new infobase command builder instance, never
null
-
session
public SessionCommandBuilder 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
-
-