Class TraceToAasService.YamlConstructionInfo

  • Enclosing class:
    TraceToAasService

    private static class TraceToAasService.YamlConstructionInfo
    extends java.lang.Object
    Represents construction information.
    Author:
    Holger Eichelberger, SSE
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private de.iip_ecosphere.platform.support.iip_aas.ApplicationSetup app  
      private YamlService service  
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected YamlConstructionInfo​(java.lang.String serviceId, java.io.InputStream ymlFile)
      Creates an instance by reading yamlFile.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • app

        private de.iip_ecosphere.platform.support.iip_aas.ApplicationSetup app
    • Constructor Detail

      • YamlConstructionInfo

        protected YamlConstructionInfo​(java.lang.String serviceId,
                                       java.io.InputStream ymlFile)
        Creates an instance by reading yamlFile.
        Parameters:
        serviceId - the service id
        ymlFile - the YML file containing the YAML artifact with the service descriptor