Class CommandHelper
java.lang.Object
com.cloudimpl.outstack.runtime.domainspec.CommandHelper
public class CommandHelper
extends java.lang.Object
- Author:
- nuwan
-
Constructor Summary
Constructors Constructor Description CommandHelper() -
Method Summary
Modifier and Type Method Description static CommandwithContext(Command cmd, java.lang.String context)static CommandwithFiles(Command cmd, java.util.List<java.lang.Object> files)static CommandwithId(Command cmd, java.lang.String id)static CommandwithMapAttr(Command cmd, java.util.Map<java.lang.String,java.lang.String> mapAttr)static CommandwithRootId(Command cmd, java.lang.String rootId)static CommandwithTenantId(Command cmd, java.lang.String tenantId)static CommandwithVersion(Command cmd, java.lang.String version)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
CommandHelper
public CommandHelper()
-
-
Method Details
-
withRootId
-
withTenantId
-
withId
-
withVersion
-
withFiles
-
withContext
-
withMapAttr
-