Class TomcatSoftwareComponentCollectorServiceImpl

    • Constructor Detail

      • TomcatSoftwareComponentCollectorServiceImpl

        public TomcatSoftwareComponentCollectorServiceImpl()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • collectSoftwareComponents

        public com.sap.sup.admin.sldsupplier.sc.ProductSoftwareComponentDeployments collectSoftwareComponents​(TomcatConfiguration tomcatConfiguration)
                                                                                                       throws com.sap.sup.admin.sldsupplier.error.SoftwareComponentDataCollectException
        Description copied from interface: TomcatSoftwareComponentCollectorService
        Collects software configuration
        Specified by:
        collectSoftwareComponents in interface TomcatSoftwareComponentCollectorService
        Parameters:
        tomcatConfiguration - - tomcat configuration
        Returns:
        software configuration
        Throws:
        com.sap.sup.admin.sldsupplier.error.SoftwareComponentDataCollectException - if something goes wrong during data collection
      • startCollectSoftwareComponents

        protected com.sap.sup.admin.sldsupplier.sc.ProductSoftwareComponentDeployments startCollectSoftwareComponents​(TomcatConfiguration tomcatConfiguration)
      • collectApplicationSoftwareComponents

        protected java.util.List collectApplicationSoftwareComponents​(TomcatConfiguration tomcatConfiguration)
      • collectServerSoftwareComponents

        protected java.util.List collectServerSoftwareComponents​(TomcatConfiguration tomcatConfiguration)
      • enhanceProductSoftwareDeployments

        protected java.util.List enhanceProductSoftwareDeployments​(java.util.List productSoftwareDeployments)