Interface RunWithNoShell
- 
- All Superinterfaces:
 EObject,Instruction,Notifier,Run
- All Known Implementing Classes:
 RunWithNoShellImpl
public interface RunWithNoShell extends Run
A representation of the model object 'Run With No Shell'.The following features are supported:
- See Also:
 DockerFilePackage.getRunWithNoShell()- Generated class or method.
 - EMF model class or method.
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetExecutable()Returns the value of the 'Executable' attribute.EList<String>getParams()Returns the value of the 'Params' attribute list.voidsetExecutable(String value)Sets the value of the 'Executable' 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
- 
getExecutable
String getExecutable()
Returns the value of the 'Executable' attribute.- Returns:
 - the value of the 'Executable' attribute.
 - See Also:
 setExecutable(String),DockerFilePackage.getRunWithNoShell_Executable()- Generated class or method.
 - EMF model class or method.
 
 
- 
setExecutable
void setExecutable(String value)
Sets the value of the 'Executable' attribute.- Parameters:
 value- the new value of the 'Executable' attribute.- See Also:
 getExecutable()- Generated class or method.
 
 
- 
getParams
EList<String> getParams()
Returns the value of the 'Params' attribute list. The list contents are of typeString.- Returns:
 - the value of the 'Params' attribute list.
 - See Also:
 DockerFilePackage.getRunWithNoShell_Params()- Generated class or method.
 - EMF model class or method.
 - unique="false"
 
 
 - 
 
 -