Beamable SDK
Public Member Functions | Static Public Member Functions | Public Attributes | Static Public Attributes | Protected Member Functions | Protected Attributes | Properties | List of all members
Beamable.Server.Editor.DockerCommands.DockerCommand Class Referenceabstract
Inheritance diagram for Beamable.Server.Editor.DockerCommands.DockerCommand:
Inheritance graph
[legend]

Public Member Functions

abstract string GetCommandString ()
 
void Start ()
 
void Join ()
 
void Kill ()
 

Static Public Member Functions

static void ClearDockerInstallFlag ()
 

Public Attributes

Action< int > OnExit
 
string UnityLogLabel = "Docker"
 

Static Public Attributes

const string DOCKER_LOCATION = "docker"
 

Protected Member Functions

virtual void HandleOnExit ()
 
virtual void HandleStandardOut (string data)
 
virtual void HandleStandardErr (string data)
 
void LogInfo (string data)
 
void LogError (string data)
 
virtual void ModifyStartInfo (ProcessStartInfo processStartInfo)
 

Protected Attributes

int _exitCode = -1
 

Properties

static bool DockerNotInstalled [get, protected set]
 
bool WriteLogToUnity = true [get, set]
 
bool WriteCommandToUnity [get, set]
 

The documentation for this class was generated from the following file: