Interface GatherFolderPluginMBean
- All Superinterfaces:
PluginMBean,SelfEmailingMBean
- All Known Implementing Classes:
AbstractReportingPlugin,ApacheConfFolderPlugin,GatherFolderPlugin,IlwcmigrationFolderPlugin,MigrationReportsFolderPlugin,ReportingInstallerFolderPlugin,ReportingInstlogFolderPlugin,ReportingLogsFolderPlugin,UpgradeFolderPlugin,WtCustomFolderPlugin,WtSafeAreaFolderPlugin
An interface specifying the API's necessary for a
type of plugin that collects a directory during
plugin execution.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionObtain the name of the directory for the plugin to collect.voidsetFolderName(String folderName) Set the name of the directory for a plugin to collect.Methods 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
-
getFolderName
String getFolderName()Obtain the name of the directory for the plugin to collect.
Supported API: true- Returns:
-
setFolderName
Set the name of the directory for a plugin to collect.
Supported API: true- Parameters:
folderName-
-