Interface BuildLongSyntax
-
- All Known Implementing Classes:
BuildLongSyntaxImpl
public interface BuildLongSyntax extends Build
A representation of the model object 'Build Long Syntax'.The following features are supported:
- See Also:
ComposeFilePackage.getBuildLongSyntax()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListOrMapping
getArgs()
Returns the value of the 'Args' containment reference.ListOrMapping
getCache_from()
Returns the value of the 'Cache from' containment reference.String
getContext()
Returns the value of the 'Context' attribute.String
getDockerfile()
Returns the value of the 'Dockerfile' attribute.ListOrMapping
getLabels()
Returns the value of the 'Labels' containment reference.String
getNetwork()
Returns the value of the 'Network' attribute.String
getShm_size()
Returns the value of the 'Shm size' attribute.String
getTarget()
Returns the value of the 'Target' attribute.void
setArgs(ListOrMapping value)
Sets the value of the 'Args
' containment reference.void
setCache_from(ListOrMapping value)
Sets the value of the 'Cache from
' containment reference.void
setContext(String value)
Sets the value of the 'Context
' attribute.void
setDockerfile(String value)
Sets the value of the 'Dockerfile
' attribute.void
setLabels(ListOrMapping value)
Sets the value of the 'Labels
' containment reference.void
setNetwork(String value)
Sets the value of the 'Network
' attribute.void
setShm_size(String value)
Sets the value of the 'Shm size
' attribute.void
setTarget(String value)
Sets the value of the 'Target
' attribute.-
Methods inherited from interface org.palladiosimulator.somox.docker.compose.composeFile.Build
getBuild, setBuild
-
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
-
getContext
String getContext()
Returns the value of the 'Context' attribute.- Returns:
- the value of the 'Context' attribute.
- See Also:
setContext(String)
,ComposeFilePackage.getBuildLongSyntax_Context()
- Generated class or method.
- EMF model class or method.
-
setContext
void setContext(String value)
Sets the value of the 'Context
' attribute.- Parameters:
value
- the new value of the 'Context' attribute.- See Also:
getContext()
- Generated class or method.
-
getDockerfile
String getDockerfile()
Returns the value of the 'Dockerfile' attribute.- Returns:
- the value of the 'Dockerfile' attribute.
- See Also:
setDockerfile(String)
,ComposeFilePackage.getBuildLongSyntax_Dockerfile()
- Generated class or method.
- EMF model class or method.
-
setDockerfile
void setDockerfile(String value)
Sets the value of the 'Dockerfile
' attribute.- Parameters:
value
- the new value of the 'Dockerfile' attribute.- See Also:
getDockerfile()
- Generated class or method.
-
getArgs
ListOrMapping getArgs()
Returns the value of the 'Args' containment reference.- Returns:
- the value of the 'Args' containment reference.
- See Also:
setArgs(ListOrMapping)
,ComposeFilePackage.getBuildLongSyntax_Args()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setArgs
void setArgs(ListOrMapping value)
Sets the value of the 'Args
' containment reference.- Parameters:
value
- the new value of the 'Args' containment reference.- See Also:
getArgs()
- Generated class or method.
-
getLabels
ListOrMapping getLabels()
Returns the value of the 'Labels' containment reference.- Returns:
- the value of the 'Labels' containment reference.
- See Also:
setLabels(ListOrMapping)
,ComposeFilePackage.getBuildLongSyntax_Labels()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setLabels
void setLabels(ListOrMapping value)
Sets the value of the 'Labels
' containment reference.- Parameters:
value
- the new value of the 'Labels' containment reference.- See Also:
getLabels()
- Generated class or method.
-
getCache_from
ListOrMapping getCache_from()
Returns the value of the 'Cache from' containment reference.- Returns:
- the value of the 'Cache from' containment reference.
- See Also:
setCache_from(ListOrMapping)
,ComposeFilePackage.getBuildLongSyntax_Cache_from()
- Generated class or method.
- EMF model class or method.
- containment="true"
-
setCache_from
void setCache_from(ListOrMapping value)
Sets the value of the 'Cache from
' containment reference.- Parameters:
value
- the new value of the 'Cache from' containment reference.- See Also:
getCache_from()
- Generated class or method.
-
getNetwork
String getNetwork()
Returns the value of the 'Network' attribute.- Returns:
- the value of the 'Network' attribute.
- See Also:
setNetwork(String)
,ComposeFilePackage.getBuildLongSyntax_Network()
- Generated class or method.
- EMF model class or method.
-
setNetwork
void setNetwork(String value)
Sets the value of the 'Network
' attribute.- Parameters:
value
- the new value of the 'Network' attribute.- See Also:
getNetwork()
- Generated class or method.
-
getTarget
String getTarget()
Returns the value of the 'Target' attribute.- Returns:
- the value of the 'Target' attribute.
- See Also:
setTarget(String)
,ComposeFilePackage.getBuildLongSyntax_Target()
- Generated class or method.
- EMF model class or method.
-
setTarget
void setTarget(String value)
Sets the value of the 'Target
' attribute.- Parameters:
value
- the new value of the 'Target' attribute.- See Also:
getTarget()
- Generated class or method.
-
getShm_size
String getShm_size()
Returns the value of the 'Shm size' attribute.- Returns:
- the value of the 'Shm size' attribute.
- See Also:
setShm_size(String)
,ComposeFilePackage.getBuildLongSyntax_Shm_size()
- Generated class or method.
- EMF model class or method.
-
setShm_size
void setShm_size(String value)
Sets the value of the 'Shm size
' attribute.- Parameters:
value
- the new value of the 'Shm size' attribute.- See Also:
getShm_size()
- Generated class or method.
-
-