Interface DockerFilePackage

    • Method Detail

      • getDockerfile

        EClass getDockerfile()
        Returns the meta object for class 'Dockerfile'.
        Returns:
        the meta object for class 'Dockerfile'.
        See Also:
        Dockerfile
        Generated class or method.
      • getInstruction

        EClass getInstruction()
        Returns the meta object for class 'Instruction'.
        Returns:
        the meta object for class 'Instruction'.
        See Also:
        Instruction
        Generated class or method.
      • getCmd

        EClass getCmd()
        Returns the meta object for class 'Cmd'.
        Returns:
        the meta object for class 'Cmd'.
        See Also:
        Cmd
        Generated class or method.
      • getAddDestination

        EClass getAddDestination()
        Returns the meta object for class 'Add Destination'.
        Returns:
        the meta object for class 'Add Destination'.
        See Also:
        AddDestination
        Generated class or method.
      • getEntrypoint

        EClass getEntrypoint()
        Returns the meta object for class 'Entrypoint'.
        Returns:
        the meta object for class 'Entrypoint'.
        See Also:
        Entrypoint
        Generated class or method.
      • getVolume

        EClass getVolume()
        Returns the meta object for class 'Volume'.
        Returns:
        the meta object for class 'Volume'.
        See Also:
        Volume
        Generated class or method.
      • getUser

        EClass getUser()
        Returns the meta object for class 'User'.
        Returns:
        the meta object for class 'User'.
        See Also:
        User
        Generated class or method.
      • getUser_Name

        EAttribute getUser_Name()
        Returns the meta object for the attribute 'Name'.
        Returns:
        the meta object for the attribute 'Name'.
        See Also:
        User.getName(), getUser()
        Generated class or method.
      • getOnbuild

        EClass getOnbuild()
        Returns the meta object for class 'Onbuild'.
        Returns:
        the meta object for class 'Onbuild'.
        See Also:
        Onbuild
        Generated class or method.
      • getFrom

        EClass getFrom()
        Returns the meta object for class 'From'.
        Returns:
        the meta object for class 'From'.
        See Also:
        From
        Generated class or method.
      • getFrom_Name

        EAttribute getFrom_Name()
        Returns the meta object for the attribute 'Name'.
        Returns:
        the meta object for the attribute 'Name'.
        See Also:
        From.getName(), getFrom()
        Generated class or method.
      • getFrom_Tag

        EAttribute getFrom_Tag()
        Returns the meta object for the attribute 'Tag'.
        Returns:
        the meta object for the attribute 'Tag'.
        See Also:
        From.getTag(), getFrom()
        Generated class or method.
      • getMaintainer

        EClass getMaintainer()
        Returns the meta object for class 'Maintainer'.
        Returns:
        the meta object for class 'Maintainer'.
        See Also:
        Maintainer
        Generated class or method.
      • getEnv

        EClass getEnv()
        Returns the meta object for class 'Env'.
        Returns:
        the meta object for class 'Env'.
        See Also:
        Env
        Generated class or method.
      • getEnv_Key

        EAttribute getEnv_Key()
        Returns the meta object for the attribute list 'Key'.
        Returns:
        the meta object for the attribute list 'Key'.
        See Also:
        Env.getKey(), getEnv()
        Generated class or method.
      • getEnv_Value

        EAttribute getEnv_Value()
        Returns the meta object for the attribute list 'Value'.
        Returns:
        the meta object for the attribute list 'Value'.
        See Also:
        Env.getValue(), getEnv()
        Generated class or method.
      • getExpose

        EClass getExpose()
        Returns the meta object for class 'Expose'.
        Returns:
        the meta object for class 'Expose'.
        See Also:
        Expose
        Generated class or method.
      • getExpose_Ports

        EAttribute getExpose_Ports()
        Returns the meta object for the attribute 'Ports'.
        Returns:
        the meta object for the attribute 'Ports'.
        See Also:
        Expose.getPorts(), getExpose()
        Generated class or method.
      • getJSON_ARRAY

        EClass getJSON_ARRAY()
        Returns the meta object for class 'JSON ARRAY'.
        Returns:
        the meta object for class 'JSON ARRAY'.
        See Also:
        JSON_ARRAY
        Generated class or method.
      • getEnvWithSpace

        EClass getEnvWithSpace()
        Returns the meta object for class 'Env With Space'.
        Returns:
        the meta object for class 'Env With Space'.
        See Also:
        EnvWithSpace
        Generated class or method.
      • getEnvWithEqual

        EClass getEnvWithEqual()
        Returns the meta object for class 'Env With Equal'.
        Returns:
        the meta object for class 'Env With Equal'.
        See Also:
        EnvWithEqual
        Generated class or method.
      • getWorkdir

        EClass getWorkdir()
        Returns the meta object for class 'Workdir'.
        Returns:
        the meta object for class 'Workdir'.
        See Also:
        Workdir
        Generated class or method.
      • getWorkdir_Path

        EAttribute getWorkdir_Path()
        Returns the meta object for the attribute 'Path'.
        Returns:
        the meta object for the attribute 'Path'.
        See Also:
        Workdir.getPath(), getWorkdir()
        Generated class or method.
      • getRun

        EClass getRun()
        Returns the meta object for class 'Run'.
        Returns:
        the meta object for class 'Run'.
        See Also:
        Run
        Generated class or method.
      • getRunWithShell

        EClass getRunWithShell()
        Returns the meta object for class 'Run With Shell'.
        Returns:
        the meta object for class 'Run With Shell'.
        See Also:
        RunWithShell
        Generated class or method.
      • getRunWithNoShell

        EClass getRunWithNoShell()
        Returns the meta object for class 'Run With No Shell'.
        Returns:
        the meta object for class 'Run With No Shell'.
        See Also:
        RunWithNoShell
        Generated class or method.
      • getDockerFileFactory

        DockerFileFactory getDockerFileFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.
        Generated class or method.