Interface DockerFileFactory
-
- All Superinterfaces:
EFactory
,EModelElement
,EObject
,Notifier
- All Known Implementing Classes:
DockerFileFactoryImpl
public interface DockerFileFactory extends EFactory
The Factory for the model. It provides a create method for each non-abstract class of the model.- See Also:
DockerFilePackage
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static DockerFileFactory
eINSTANCE
The singleton instance of the factory.
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AddDestination
createAddDestination()
Returns a new object of class 'Add Destination'.Cmd
createCmd()
Returns a new object of class 'Cmd'.Dockerfile
createDockerfile()
Returns a new object of class 'Dockerfile'.Entrypoint
createEntrypoint()
Returns a new object of class 'Entrypoint'.Env
createEnv()
Returns a new object of class 'Env'.EnvWithEqual
createEnvWithEqual()
Returns a new object of class 'Env With Equal'.EnvWithSpace
createEnvWithSpace()
Returns a new object of class 'Env With Space'.Expose
createExpose()
Returns a new object of class 'Expose'.From
createFrom()
Returns a new object of class 'From'.Instruction
createInstruction()
Returns a new object of class 'Instruction'.JSON_ARRAY
createJSON_ARRAY()
Returns a new object of class 'JSON ARRAY'.Maintainer
createMaintainer()
Returns a new object of class 'Maintainer'.Onbuild
createOnbuild()
Returns a new object of class 'Onbuild'.Run
createRun()
Returns a new object of class 'Run'.RunWithNoShell
createRunWithNoShell()
Returns a new object of class 'Run With No Shell'.RunWithShell
createRunWithShell()
Returns a new object of class 'Run With Shell'.User
createUser()
Returns a new object of class 'User'.Volume
createVolume()
Returns a new object of class 'Volume'.Workdir
createWorkdir()
Returns a new object of class 'Workdir'.DockerFilePackage
getDockerFilePackage()
Returns the package supported by this factory.-
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
-
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
-
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
-
-
-
-
Field Detail
-
eINSTANCE
static final DockerFileFactory eINSTANCE
The singleton instance of the factory.- Generated class or method.
-
-
Method Detail
-
createDockerfile
Dockerfile createDockerfile()
Returns a new object of class 'Dockerfile'.- Returns:
- a new object of class 'Dockerfile'.
- Generated class or method.
-
createInstruction
Instruction createInstruction()
Returns a new object of class 'Instruction'.- Returns:
- a new object of class 'Instruction'.
- Generated class or method.
-
createCmd
Cmd createCmd()
Returns a new object of class 'Cmd'.- Returns:
- a new object of class 'Cmd'.
- Generated class or method.
-
createAddDestination
AddDestination createAddDestination()
Returns a new object of class 'Add Destination'.- Returns:
- a new object of class 'Add Destination'.
- Generated class or method.
-
createEntrypoint
Entrypoint createEntrypoint()
Returns a new object of class 'Entrypoint'.- Returns:
- a new object of class 'Entrypoint'.
- Generated class or method.
-
createVolume
Volume createVolume()
Returns a new object of class 'Volume'.- Returns:
- a new object of class 'Volume'.
- Generated class or method.
-
createUser
User createUser()
Returns a new object of class 'User'.- Returns:
- a new object of class 'User'.
- Generated class or method.
-
createOnbuild
Onbuild createOnbuild()
Returns a new object of class 'Onbuild'.- Returns:
- a new object of class 'Onbuild'.
- Generated class or method.
-
createFrom
From createFrom()
Returns a new object of class 'From'.- Returns:
- a new object of class 'From'.
- Generated class or method.
-
createMaintainer
Maintainer createMaintainer()
Returns a new object of class 'Maintainer'.- Returns:
- a new object of class 'Maintainer'.
- Generated class or method.
-
createEnv
Env createEnv()
Returns a new object of class 'Env'.- Returns:
- a new object of class 'Env'.
- Generated class or method.
-
createExpose
Expose createExpose()
Returns a new object of class 'Expose'.- Returns:
- a new object of class 'Expose'.
- Generated class or method.
-
createJSON_ARRAY
JSON_ARRAY createJSON_ARRAY()
Returns a new object of class 'JSON ARRAY'.- Returns:
- a new object of class 'JSON ARRAY'.
- Generated class or method.
-
createEnvWithSpace
EnvWithSpace createEnvWithSpace()
Returns a new object of class 'Env With Space'.- Returns:
- a new object of class 'Env With Space'.
- Generated class or method.
-
createEnvWithEqual
EnvWithEqual createEnvWithEqual()
Returns a new object of class 'Env With Equal'.- Returns:
- a new object of class 'Env With Equal'.
- Generated class or method.
-
createWorkdir
Workdir createWorkdir()
Returns a new object of class 'Workdir'.- Returns:
- a new object of class 'Workdir'.
- Generated class or method.
-
createRun
Run createRun()
Returns a new object of class 'Run'.- Returns:
- a new object of class 'Run'.
- Generated class or method.
-
createRunWithShell
RunWithShell createRunWithShell()
Returns a new object of class 'Run With Shell'.- Returns:
- a new object of class 'Run With Shell'.
- Generated class or method.
-
createRunWithNoShell
RunWithNoShell createRunWithNoShell()
Returns a new object of class 'Run With No Shell'.- Returns:
- a new object of class 'Run With No Shell'.
- Generated class or method.
-
getDockerFilePackage
DockerFilePackage getDockerFilePackage()
Returns the package supported by this factory.- Returns:
- the package supported by this factory.
- Generated class or method.
-
-