java.lang.Object
de.iip_ecosphere.platform.services.environment.AbstractYamlService
de.iip_ecosphere.platform.services.environment.YamlService

public class YamlService extends AbstractYamlService
Information about a single service.
Author:
Holger Eichelberger, SSE
  • Field Details

  • Constructor Details

    • YamlService

      public YamlService()
  • Method Details

    • getProcess

      public YamlProcess getProcess()
      Returns an optional attached process realizing the service.
      Returns:
      the process information, may be null
    • setProcess

      public void setProcess(YamlProcess process)
      Defines an optional attached process realizing the service. [required by SnakeYaml]
      Parameters:
      process - the process information, may be null