Interface GatherLogsPluginMBean

All Superinterfaces:
PluginMBean, SelfEmailingMBean
All Known Implementing Classes:
ApacheLogsPlugin, GatherEveryLogPlugin, GatherLogsPlugin, InstallerLogsPlugin, MigrationLogsPlugin, PublishMonitorLogsPlugin, WindchillLogsPlugin, WinDULogsPlugin, WinRULogsPlugin

public interface GatherLogsPluginMBean extends PluginMBean
An interface specifying the API's necessary for a type of plugin that collects log files during plugin execution.

Supported API: true

Extendable: true
  • Method Details

    • getLogsDirectory

      String getLogsDirectory()
      Obtain the name of the log directory to collect.

      Supported API: true
      Returns:
    • setLogsDirectory

      void setLogsDirectory(String logsDirectory)
      Set the name of the log directory to collect.

      Supported API: true
      Parameters:
      logsDirectory -