Class CfgDockerOptions

java.lang.Object
de.gematik.test.tiger.common.data.config.CfgDockerOptions

public class CfgDockerOptions extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected boolean
     
    boolean
     
    for docker types allows to overwrite the entrypoint cmd configured with in the container
    used only by docker
    int
     
    boolean
    For docker type to trigger OneShotStartupStrategy
    boolean
    whether to start container with unmodified entrypoint, or whether to modify by adding pki and other stuff, rewriting the entrypoint
    void
    setEntryPoint(String entryPoint)
    for docker types allows to overwrite the entrypoint cmd configured with in the container
    void
    setOneShot(boolean oneShot)
    For docker type to trigger OneShotStartupStrategy
    void
    used only by docker
    void
    setProxied(boolean proxied)
    whether to start container with unmodified entrypoint, or whether to modify by adding pki and other stuff, rewriting the entrypoint
     

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • CfgDockerOptions

      public CfgDockerOptions()
  • Method Details

    • isProxied

      public boolean isProxied()
      whether to start container with unmodified entrypoint, or whether to modify by adding pki and other stuff, rewriting the entrypoint
    • isOneShot

      public boolean isOneShot()
      For docker type to trigger OneShotStartupStrategy
    • getEntryPoint

      public String getEntryPoint()
      for docker types allows to overwrite the entrypoint cmd configured with in the container
    • getPorts

      public Map<Integer,Integer> getPorts()
      used only by docker
    • setProxied

      public void setProxied(boolean proxied)
      whether to start container with unmodified entrypoint, or whether to modify by adding pki and other stuff, rewriting the entrypoint
    • setOneShot

      public void setOneShot(boolean oneShot)
      For docker type to trigger OneShotStartupStrategy
    • setEntryPoint

      public void setEntryPoint(String entryPoint)
      for docker types allows to overwrite the entrypoint cmd configured with in the container
    • setPorts

      public void setPorts(Map<Integer,Integer> ports)
      used only by docker
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object