Class TraceToAasService.YamlConstructionInfo
- java.lang.Object
-
- de.iip_ecosphere.platform.services.environment.services.TraceToAasService.YamlConstructionInfo
-
- Enclosing class:
- TraceToAasService
private static class TraceToAasService.YamlConstructionInfo extends java.lang.ObjectRepresents construction information.- Author:
- Holger Eichelberger, SSE
-
-
Field Summary
Fields Modifier and Type Field Description private de.iip_ecosphere.platform.support.iip_aas.ApplicationSetupappprivate YamlServiceservice
-
Constructor Summary
Constructors Modifier Constructor Description protectedYamlConstructionInfo(java.lang.String serviceId, java.io.InputStream ymlFile)Creates an instance by readingyamlFile.
-
-
-
Field Detail
-
app
private de.iip_ecosphere.platform.support.iip_aas.ApplicationSetup app
-
service
private YamlService service
-
-