Interface GatherFilePluginMBean
- All Superinterfaces:
PluginMBean,SelfEmailingMBean
- All Known Implementing Classes:
AgentIniPlugin,CogstartupXmlPlugin,DbPropertiesPlugin,EsiPropertiesPlugin,GatherFilePlugin,IePropertiesPlugin,MigrationPropertiesPlugin,SearchPropertiesPlugin,VendorPortalPropertiesPlugin,WtPropertiesPlugin,WvsPropertiesPlugin
An interface specifying the API's necessary for a
type of plugin that collects a specific file during
plugin execution.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionObtain the name of the file to collect.voidsetFileName(String fileName) Set the name of the file 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
-
getFileName
String getFileName()Obtain the name of the file to collect.
Supported API: true- Returns:
-
setFileName
Set the name of the file to collect.
Supported API: true- Parameters:
logsDirectory-
-