Interface Dockerfile
- 
- All Known Implementing Classes:
 DockerfileImpl
public interface Dockerfile extends EObject
A representation of the model object 'Dockerfile'.The following features are supported:
- See Also:
 DockerFilePackage.getDockerfile()- Generated class or method.
 - EMF model class or method.
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<Instruction>getInstructions()Returns the value of the 'Instructions' containment reference list.- 
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
- 
getInstructions
EList<Instruction> getInstructions()
Returns the value of the 'Instructions' containment reference list. The list contents are of typeInstruction.- Returns:
 - the value of the 'Instructions' containment reference list.
 - See Also:
 DockerFilePackage.getDockerfile_Instructions()- Generated class or method.
 - EMF model class or method.
 - containment="true"
 
 
 - 
 
 -