Interface DockerFilePackage.Literals
-
- Enclosing interface:
- DockerFilePackage
public static interface DockerFilePackage.Literals
Defines literals for the meta objects that represent- each class,
- each feature of each class,
- each enum,
- and each data type
- Generated class or method.
-
-
Field Summary
Fields Modifier and Type Field Description static EClass
ADD_DESTINATION
The meta object literal for the 'Add Destination
' class.static EAttribute
ADD_DESTINATION__DEST
The meta object literal for the 'Dest' attribute feature.static EAttribute
ADD_DESTINATION__SOURCE_LEFT
The meta object literal for the 'Source left' attribute feature.static EClass
CMD
The meta object literal for the 'Cmd
' class.static EClass
DOCKERFILE
The meta object literal for the 'Dockerfile
' class.static EReference
DOCKERFILE__INSTRUCTIONS
The meta object literal for the 'Instructions' containment reference list feature.static EClass
ENTRYPOINT
The meta object literal for the 'Entrypoint
' class.static EClass
ENV
The meta object literal for the 'Env
' class.static EAttribute
ENV__KEY
The meta object literal for the 'Key' attribute list feature.static EAttribute
ENV__VALUE
The meta object literal for the 'Value' attribute list feature.static EClass
ENV_WITH_EQUAL
The meta object literal for the 'Env With Equal
' class.static EClass
ENV_WITH_SPACE
The meta object literal for the 'Env With Space
' class.static EClass
EXPOSE
The meta object literal for the 'Expose
' class.static EAttribute
EXPOSE__PORTS
The meta object literal for the 'Ports' attribute feature.static EClass
FROM
The meta object literal for the 'From
' class.static EAttribute
FROM__NAME
The meta object literal for the 'Name' attribute feature.static EAttribute
FROM__TAG
The meta object literal for the 'Tag' attribute feature.static EClass
INSTRUCTION
The meta object literal for the 'Instruction
' class.static EClass
JSON_ARRAY
The meta object literal for the 'JSON ARRAY
' class.static EAttribute
JSON_ARRAY__HEAD
The meta object literal for the 'Head' attribute feature.static EAttribute
JSON_ARRAY__TAIL
The meta object literal for the 'Tail' attribute list feature.static EClass
MAINTAINER
The meta object literal for the 'Maintainer
' class.static EAttribute
MAINTAINER__NAME
The meta object literal for the 'Name' attribute feature.static EClass
ONBUILD
The meta object literal for the 'Onbuild
' class.static EReference
ONBUILD__INSTRUCTION
The meta object literal for the 'Instruction' containment reference feature.static EClass
RUN
The meta object literal for the 'Run
' class.static EClass
RUN_WITH_NO_SHELL
The meta object literal for the 'Run With No Shell
' class.static EAttribute
RUN_WITH_NO_SHELL__EXECUTABLE
The meta object literal for the 'Executable' attribute feature.static EAttribute
RUN_WITH_NO_SHELL__PARAMS
The meta object literal for the 'Params' attribute list feature.static EClass
RUN_WITH_SHELL
The meta object literal for the 'Run With Shell
' class.static EAttribute
RUN_WITH_SHELL__COMMAND
The meta object literal for the 'Command' attribute feature.static EClass
USER
The meta object literal for the 'User
' class.static EAttribute
USER__NAME
The meta object literal for the 'Name' attribute feature.static EClass
VOLUME
The meta object literal for the 'Volume
' class.static EClass
WORKDIR
The meta object literal for the 'Workdir
' class.static EAttribute
WORKDIR__PATH
The meta object literal for the 'Path' attribute feature.
-
-
-
Field Detail
-
DOCKERFILE
static final EClass DOCKERFILE
The meta object literal for the 'Dockerfile
' class.- See Also:
DockerfileImpl
,DockerFilePackageImpl.getDockerfile()
- Generated class or method.
-
DOCKERFILE__INSTRUCTIONS
static final EReference DOCKERFILE__INSTRUCTIONS
The meta object literal for the 'Instructions' containment reference list feature.- Generated class or method.
-
INSTRUCTION
static final EClass INSTRUCTION
The meta object literal for the 'Instruction
' class.- See Also:
InstructionImpl
,DockerFilePackageImpl.getInstruction()
- Generated class or method.
-
CMD
static final EClass CMD
The meta object literal for the 'Cmd
' class.- See Also:
CmdImpl
,DockerFilePackageImpl.getCmd()
- Generated class or method.
-
ADD_DESTINATION
static final EClass ADD_DESTINATION
The meta object literal for the 'Add Destination
' class.- See Also:
AddDestinationImpl
,DockerFilePackageImpl.getAddDestination()
- Generated class or method.
-
ADD_DESTINATION__SOURCE_LEFT
static final EAttribute ADD_DESTINATION__SOURCE_LEFT
The meta object literal for the 'Source left' attribute feature.- Generated class or method.
-
ADD_DESTINATION__DEST
static final EAttribute ADD_DESTINATION__DEST
The meta object literal for the 'Dest' attribute feature.- Generated class or method.
-
ENTRYPOINT
static final EClass ENTRYPOINT
The meta object literal for the 'Entrypoint
' class.- See Also:
EntrypointImpl
,DockerFilePackageImpl.getEntrypoint()
- Generated class or method.
-
VOLUME
static final EClass VOLUME
The meta object literal for the 'Volume
' class.- See Also:
VolumeImpl
,DockerFilePackageImpl.getVolume()
- Generated class or method.
-
USER
static final EClass USER
The meta object literal for the 'User
' class.- See Also:
UserImpl
,DockerFilePackageImpl.getUser()
- Generated class or method.
-
USER__NAME
static final EAttribute USER__NAME
The meta object literal for the 'Name' attribute feature.- Generated class or method.
-
ONBUILD
static final EClass ONBUILD
The meta object literal for the 'Onbuild
' class.- See Also:
OnbuildImpl
,DockerFilePackageImpl.getOnbuild()
- Generated class or method.
-
ONBUILD__INSTRUCTION
static final EReference ONBUILD__INSTRUCTION
The meta object literal for the 'Instruction' containment reference feature.- Generated class or method.
-
FROM
static final EClass FROM
The meta object literal for the 'From
' class.- See Also:
FromImpl
,DockerFilePackageImpl.getFrom()
- Generated class or method.
-
FROM__NAME
static final EAttribute FROM__NAME
The meta object literal for the 'Name' attribute feature.- Generated class or method.
-
FROM__TAG
static final EAttribute FROM__TAG
The meta object literal for the 'Tag' attribute feature.- Generated class or method.
-
MAINTAINER
static final EClass MAINTAINER
The meta object literal for the 'Maintainer
' class.- See Also:
MaintainerImpl
,DockerFilePackageImpl.getMaintainer()
- Generated class or method.
-
MAINTAINER__NAME
static final EAttribute MAINTAINER__NAME
The meta object literal for the 'Name' attribute feature.- Generated class or method.
-
ENV
static final EClass ENV
The meta object literal for the 'Env
' class.- See Also:
EnvImpl
,DockerFilePackageImpl.getEnv()
- Generated class or method.
-
ENV__KEY
static final EAttribute ENV__KEY
The meta object literal for the 'Key' attribute list feature.- Generated class or method.
-
ENV__VALUE
static final EAttribute ENV__VALUE
The meta object literal for the 'Value' attribute list feature.- Generated class or method.
-
EXPOSE
static final EClass EXPOSE
The meta object literal for the 'Expose
' class.- See Also:
ExposeImpl
,DockerFilePackageImpl.getExpose()
- Generated class or method.
-
EXPOSE__PORTS
static final EAttribute EXPOSE__PORTS
The meta object literal for the 'Ports' attribute feature.- Generated class or method.
-
JSON_ARRAY
static final EClass JSON_ARRAY
The meta object literal for the 'JSON ARRAY
' class.- See Also:
JSON_ARRAYImpl
,DockerFilePackageImpl.getJSON_ARRAY()
- Generated class or method.
-
JSON_ARRAY__HEAD
static final EAttribute JSON_ARRAY__HEAD
The meta object literal for the 'Head' attribute feature.- Generated class or method.
-
JSON_ARRAY__TAIL
static final EAttribute JSON_ARRAY__TAIL
The meta object literal for the 'Tail' attribute list feature.- Generated class or method.
-
ENV_WITH_SPACE
static final EClass ENV_WITH_SPACE
The meta object literal for the 'Env With Space
' class.- See Also:
EnvWithSpaceImpl
,DockerFilePackageImpl.getEnvWithSpace()
- Generated class or method.
-
ENV_WITH_EQUAL
static final EClass ENV_WITH_EQUAL
The meta object literal for the 'Env With Equal
' class.- See Also:
EnvWithEqualImpl
,DockerFilePackageImpl.getEnvWithEqual()
- Generated class or method.
-
WORKDIR
static final EClass WORKDIR
The meta object literal for the 'Workdir
' class.- See Also:
WorkdirImpl
,DockerFilePackageImpl.getWorkdir()
- Generated class or method.
-
WORKDIR__PATH
static final EAttribute WORKDIR__PATH
The meta object literal for the 'Path' attribute feature.- Generated class or method.
-
RUN
static final EClass RUN
The meta object literal for the 'Run
' class.- See Also:
RunImpl
,DockerFilePackageImpl.getRun()
- Generated class or method.
-
RUN_WITH_SHELL
static final EClass RUN_WITH_SHELL
The meta object literal for the 'Run With Shell
' class.- See Also:
RunWithShellImpl
,DockerFilePackageImpl.getRunWithShell()
- Generated class or method.
-
RUN_WITH_SHELL__COMMAND
static final EAttribute RUN_WITH_SHELL__COMMAND
The meta object literal for the 'Command' attribute feature.- Generated class or method.
-
RUN_WITH_NO_SHELL
static final EClass RUN_WITH_NO_SHELL
The meta object literal for the 'Run With No Shell
' class.- See Also:
RunWithNoShellImpl
,DockerFilePackageImpl.getRunWithNoShell()
- Generated class or method.
-
RUN_WITH_NO_SHELL__EXECUTABLE
static final EAttribute RUN_WITH_NO_SHELL__EXECUTABLE
The meta object literal for the 'Executable' attribute feature.- Generated class or method.
-
RUN_WITH_NO_SHELL__PARAMS
static final EAttribute RUN_WITH_NO_SHELL__PARAMS
The meta object literal for the 'Params' attribute list feature.- Generated class or method.
-
-