Class YamlService
- 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 Summary
Fields Modifier and Type Field Description private YamlProcessprocess
-
Constructor Summary
Constructors Constructor Description YamlService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description YamlProcessgetProcess()Returns an optional attached process realizing the service.voidsetProcess(YamlProcess process)Defines an optional attached process realizing the service.-
Methods inherited from class de.iip_ecosphere.platform.services.environment.AbstractYamlService
getApplicationId, getApplicationInstanceId, getDescription, getId, getKind, getName, getNetMgtKey, getServiceId, getTransportChannel, getVersion, isDeployable, isTopLevel, setApplicationId, setDeployable, setDescription, setId, setKind, setName, setNetMgtKey, setTopLevel, setTransportChannel, setVersion
-
-
-
-
Field Detail
-
process
private YamlProcess process
-
-
Method Detail
-
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
-
-