Interface RunWithShell
-
- All Superinterfaces:
EObject
,Instruction
,Notifier
,Run
- All Known Implementing Classes:
RunWithShellImpl
public interface RunWithShell extends Run
A representation of the model object 'Run With Shell'.The following features are supported:
- See Also:
DockerFilePackage.getRunWithShell()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCommand()
Returns the value of the 'Command' attribute.void
setCommand(String value)
Sets the value of the 'Command
' attribute.-
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getCommand
String getCommand()
Returns the value of the 'Command' attribute.- Returns:
- the value of the 'Command' attribute.
- See Also:
setCommand(String)
,DockerFilePackage.getRunWithShell_Command()
- Generated class or method.
- EMF model class or method.
-
setCommand
void setCommand(String value)
Sets the value of the 'Command
' attribute.- Parameters:
value
- the new value of the 'Command' attribute.- See Also:
getCommand()
- Generated class or method.
-
-