public abstract class BaseSoftwareComponentCollectorImpl extends BaseTomcatCollectorImpl
| Modifier and Type | Field and Description |
|---|---|
static int |
MAX_SOFTWARE_COMPONENT_LEVEL |
static String |
TMP |
static String |
WAR |
| Constructor and Description |
|---|
BaseSoftwareComponentCollectorImpl() |
getCollectorContext, getServiceInitializer, getVerbose, setCollectorContext, setServiceInitializerpublic static final String WAR
public static final String TMP
public static final int MAX_SOFTWARE_COMPONENT_LEVEL
public List getProductSoftwareComponentDeployments()
public void setProductSoftwareComponentDeployments(List productSoftwareComponentDeployments)
public ProductInformationCreator getCreator()
protected ProductInformationCreator createProductInformationCreator()
public void setCreator(ProductInformationCreator creator)
public TomcatConfiguration getTomcatConfiguration()
public void setTomcatConfiguration(TomcatConfiguration tomcatConfiguration)
public int getMaxSoftwareComponentLookupLevel()
public void setMaxSoftwareComponentLookupLevel(int softwareComponentLookupLevel)
public int getCurrentSoftwareComponentLookupLevel()
public void setCurrentSoftwareComponentLookupLevel(int currentSoftwareComponentLookupLevel)
protected List loadApplicationSoftwareComponentDeploymentsFromDir(File appDeploymentDir, TomcatProductSoftwareComponentDeployment template) throws IOException
IOExceptionprotected List loadApplicationSoftwareComponentDeploymentsFromWar(File appDeploymentDir, TomcatProductSoftwareComponentDeployment template) throws IOException
IOExceptionprotected List loadApplicationSoftwareComponentDeploymentsFromZip(ZipInputStream zis, String destDirName, TomcatProductSoftwareComponentDeployment template) throws IOException
IOExceptionprotected List buildSoftwareComponentDeployments(InputStream appDescriptorStream, TomcatProductSoftwareComponentDeployment template)
protected File getApplicationDeploymentDir(TomcatWebModule webModule, TomcatEngine engine)
webModule - engine - protected TomcatWebModule buildWebModule(ObjectName webModuleName) throws MalformedObjectNameException, ReflectionException, AttributeNotFoundException, MBeanException, InstanceNotFoundException
protected TomcatWebModule buildWebModule70(ObjectName webModuleName) throws MalformedObjectNameException, ReflectionException, AttributeNotFoundException, MBeanException, InstanceNotFoundException
Copyright © 2017 SAP SE. All Rights Reserved.