Beamable SDK
|
Public Types | |
enum | CopyType { CONTAINER_TO_HOST , HOST_TO_CONTAINER } |
Public Member Functions | |
DockerCopyCommand (IDescriptor descriptor, string containerPath, string host, CopyType direction=CopyType.CONTAINER_TO_HOST) | |
override string | GetCommandString () |
Public Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< bool > | |
override void | Start () |
virtual Promise< T > | StartAsync () |
Protected Member Functions | |
override void | Resolve () |
Protected Member Functions inherited from Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< bool > | |
override void | HandleStandardOut (string data) |
override void | HandleStandardErr (string data) |
override void | HandleOnExit () |
Additional Inherited Members | |
Public Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< bool > | |
Action< string > | OnStandardOut |
Action< string > | OnStandardErr |
Protected Attributes inherited from Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< bool > | |
bool | _finished |
Properties inherited from Beamable.Server.Editor.DockerCommands.DockerCommandReturnable< bool > | |
Promise< T > | Promise [get] |
string | StandardOutBuffer [get] |
string | StandardErrorBuffer [get] |
|
inlineprotectedvirtual |