Interface XconfPluginMBean
- All Superinterfaces:
MultipleFilePluginMBean,PluginMBean,SelfEmailingMBean
- All Known Implementing Classes:
AbstractXconfPlugin,DeclarationsXconfPlugin,SiteXconfPlugin
Represents a plug-in for the Tech Support Portal that starts with a specific
xconf file and finds all the ConfigurationRef links within that xconf (and
recursively on down) and gathers them all.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionThe base xconf file name used for the root level xconf traversal
Supported API: truevoidsetBaseXconfFileName(String baseXconfFileName) The base xconf file name used for the root level xconf traversal
Supported API: trueMethods inherited from interface com.ptc.customersupport.mbeans.plugins.MultipleFilePluginMBean
getFileListMethods inherited from interface com.ptc.customersupport.mbeans.PluginMBean
areDbCredentialsNeeded, areWindchillCredentialsNeeded, getClusterAware, getCompressOutput, getConfigFileName, getDateRangeUsed, getDescription, getDisplayName, getMBeanName, getName, getPluginType, getPluginVersion, setClusterAware, setCompressOutput, setDatabaseCredentials, setDateRangeUsed, setDisplayName, setMBeanNameMethods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
-
Method Details
-
getBaseXconfFileName
String getBaseXconfFileName()The base xconf file name used for the root level xconf traversal
Supported API: true -
setBaseXconfFileName
The base xconf file name used for the root level xconf traversal
Supported API: true
-