Beamable SDK
Public Member Functions | Protected Member Functions | Properties | List of all members
Beamable.Server.Editor.DockerCommands.FollowLogCommand Class Reference
Inheritance diagram for Beamable.Server.Editor.DockerCommands.FollowLogCommand:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Server.Editor.DockerCommands.FollowLogCommand:
Collaboration graph
[legend]

Public Member Functions

 FollowLogCommand (IDescriptor descriptor)
 
override string GetCommandString ()
 
- Public Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
virtual void Start ()
 
void Join ()
 
void Kill ()
 

Protected Member Functions

override void HandleStandardOut (string data)
 
override void HandleStandardErr (string data)
 
- Protected Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
virtual void HandleOnExit ()
 
void LogInfo (string data)
 
void LogError (string data)
 
virtual void ModifyStartInfo (ProcessStartInfo processStartInfo)
 

Properties

string ContainerName [get]
 
- Properties inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
static bool DockerNotInstalled [getprotected set]
 
static bool DockerNotRunning [getset]
 
virtual bool DockerRequired [get]
 
string DockerCmd [get]
 
bool WriteLogToUnity [getset]
 
bool WriteCommandToUnity [getset]
 

Additional Inherited Members

- Static Public Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
static void ClearDockerInstallFlag ()
 
static void CheckDockerAppRunning ()
 
static bool RunDockerProcess ()
 
- Public Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
Action< int > OnExit
 
string UnityLogLabel = "Docker"
 
- Protected Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommand
int _exitCode = -1
 

Member Function Documentation

◆ GetCommandString()

override string Beamable.Server.Editor.DockerCommands.FollowLogCommand.GetCommandString ( )
inlinevirtual

◆ HandleStandardErr()

override void Beamable.Server.Editor.DockerCommands.FollowLogCommand.HandleStandardErr ( string  data)
inlineprotectedvirtual

◆ HandleStandardOut()

override void Beamable.Server.Editor.DockerCommands.FollowLogCommand.HandleStandardOut ( string  data)
inlineprotectedvirtual

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