Interface DockerFilePackage.Literals
-
- Enclosing interface:
- DockerFilePackage
public static interface DockerFilePackage.LiteralsDefines 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 EClassADD_DESTINATIONThe meta object literal for the 'Add Destination' class.static EAttributeADD_DESTINATION__DESTThe meta object literal for the 'Dest' attribute feature.static EAttributeADD_DESTINATION__SOURCE_LEFTThe meta object literal for the 'Source left' attribute feature.static EClassCMDThe meta object literal for the 'Cmd' class.static EClassDOCKERFILEThe meta object literal for the 'Dockerfile' class.static EReferenceDOCKERFILE__INSTRUCTIONSThe meta object literal for the 'Instructions' containment reference list feature.static EClassENTRYPOINTThe meta object literal for the 'Entrypoint' class.static EClassENVThe meta object literal for the 'Env' class.static EAttributeENV__KEYThe meta object literal for the 'Key' attribute list feature.static EAttributeENV__VALUEThe meta object literal for the 'Value' attribute list feature.static EClassENV_WITH_EQUALThe meta object literal for the 'Env With Equal' class.static EClassENV_WITH_SPACEThe meta object literal for the 'Env With Space' class.static EClassEXPOSEThe meta object literal for the 'Expose' class.static EAttributeEXPOSE__PORTSThe meta object literal for the 'Ports' attribute feature.static EClassFROMThe meta object literal for the 'From' class.static EAttributeFROM__NAMEThe meta object literal for the 'Name' attribute feature.static EAttributeFROM__TAGThe meta object literal for the 'Tag' attribute feature.static EClassINSTRUCTIONThe meta object literal for the 'Instruction' class.static EClassJSON_ARRAYThe meta object literal for the 'JSON ARRAY' class.static EAttributeJSON_ARRAY__HEADThe meta object literal for the 'Head' attribute feature.static EAttributeJSON_ARRAY__TAILThe meta object literal for the 'Tail' attribute list feature.static EClassMAINTAINERThe meta object literal for the 'Maintainer' class.static EAttributeMAINTAINER__NAMEThe meta object literal for the 'Name' attribute feature.static EClassONBUILDThe meta object literal for the 'Onbuild' class.static EReferenceONBUILD__INSTRUCTIONThe meta object literal for the 'Instruction' containment reference feature.static EClassRUNThe meta object literal for the 'Run' class.static EClassRUN_WITH_NO_SHELLThe meta object literal for the 'Run With No Shell' class.static EAttributeRUN_WITH_NO_SHELL__EXECUTABLEThe meta object literal for the 'Executable' attribute feature.static EAttributeRUN_WITH_NO_SHELL__PARAMSThe meta object literal for the 'Params' attribute list feature.static EClassRUN_WITH_SHELLThe meta object literal for the 'Run With Shell' class.static EAttributeRUN_WITH_SHELL__COMMANDThe meta object literal for the 'Command' attribute feature.static EClassUSERThe meta object literal for the 'User' class.static EAttributeUSER__NAMEThe meta object literal for the 'Name' attribute feature.static EClassVOLUMEThe meta object literal for the 'Volume' class.static EClassWORKDIRThe meta object literal for the 'Workdir' class.static EAttributeWORKDIR__PATHThe 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.
-
-