Interface GatherLogsPluginMBean
- All Superinterfaces:
PluginMBean,SelfEmailingMBean
- All Known Implementing Classes:
ApacheLogsPlugin,GatherEveryLogPlugin,GatherLogsPlugin,InstallerLogsPlugin,MigrationLogsPlugin,PublishMonitorLogsPlugin,WindchillLogsPlugin,WinDULogsPlugin,WinRULogsPlugin
An interface specifying the API's necessary for a
type of plugin that collects log files during
plugin execution.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Modifier and TypeMethodDescriptionObtain the name of the log directory to collect.voidsetLogsDirectory(String logsDirectory) Set the name of the log directory 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
-
getLogsDirectory
String getLogsDirectory()Obtain the name of the log directory to collect.
Supported API: true- Returns:
-
setLogsDirectory
Set the name of the log directory to collect.
Supported API: true- Parameters:
logsDirectory-
-