Interface TomcatSoftwareComponentCollectorService
-
- All Known Implementing Classes:
TomcatSoftwareComponentCollectorServiceImpl
public interface TomcatSoftwareComponentCollectorServiceCollects software configuration
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.sap.sup.admin.sldsupplier.sc.ProductSoftwareComponentDeploymentscollectSoftwareComponents(TomcatConfiguration tomcatConfiguration)Collects software configurationvoiddestroy()Destroy logicvoidinit()Init logic
-
-
-
Method Detail
-
init
void init()
Init logic
-
collectSoftwareComponents
com.sap.sup.admin.sldsupplier.sc.ProductSoftwareComponentDeployments collectSoftwareComponents(TomcatConfiguration tomcatConfiguration) throws com.sap.sup.admin.sldsupplier.error.SoftwareComponentDataCollectException
Collects software configuration- Parameters:
tomcatConfiguration- - tomcat configuration- Returns:
- software configuration
- Throws:
com.sap.sup.admin.sldsupplier.error.SoftwareComponentDataCollectException- if something goes wrong during data collection
-
destroy
void destroy()
Destroy logic
-
-