Class TomcatSoftwareComponentCollectorServiceImpl
- java.lang.Object
-
- de.hybris.datasupplier.generator.tomcat.collector.BaseTomcatCollectorServiceImpl
-
- de.hybris.datasupplier.generator.tomcat.collector.sc.TomcatSoftwareComponentCollectorServiceImpl
-
- All Implemented Interfaces:
TomcatSoftwareComponentCollectorService,TomcatCollectorServiceInitializable
public class TomcatSoftwareComponentCollectorServiceImpl extends BaseTomcatCollectorServiceImpl implements TomcatSoftwareComponentCollectorService
-
-
Constructor Summary
Constructors Constructor Description TomcatSoftwareComponentCollectorServiceImpl()
-
Method Summary
-
Methods inherited from class de.hybris.datasupplier.generator.tomcat.collector.BaseTomcatCollectorServiceImpl
destroy, doDestroy, doInit, getCollectorContext, getFactory, getServiceInitializer, getVerbose, init, initializeCollector, isInitialized, setCollectorContext, setFactory, setServiceInitializer
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface de.hybris.datasupplier.generator.tomcat.collector.sc.TomcatSoftwareComponentCollectorService
destroy, init
-
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.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:TomcatSoftwareComponentCollectorServiceCollects software configuration- Specified by:
collectSoftwareComponentsin interfaceTomcatSoftwareComponentCollectorService- 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)
-
createApplicationSoftwareComponentCollector
protected TomcatApplicationSoftwareComponentCollectorImpl createApplicationSoftwareComponentCollector(TomcatConfiguration tomcatConfiguration)
-
createHybrisSoftwareComponentCollector
protected HybrisSoftwareComponentCollectorImpl createHybrisSoftwareComponentCollector(TomcatConfiguration tomcatConfiguration)
-
createServerSoftwareComponentCollector
protected TomcatServerSoftwareComponentCollectorImpl createServerSoftwareComponentCollector(TomcatConfiguration tomcatConfiguration)
-
enhanceProductSoftwareDeployments
protected java.util.List enhanceProductSoftwareDeployments(java.util.List productSoftwareDeployments)
-
-