Interface GatherFolderPluginMBean

All Superinterfaces:
PluginMBean, SelfEmailingMBean
All Known Implementing Classes:
AbstractReportingPlugin, ApacheConfFolderPlugin, GatherFolderPlugin, IlwcmigrationFolderPlugin, MigrationReportsFolderPlugin, ReportingInstallerFolderPlugin, ReportingInstlogFolderPlugin, ReportingLogsFolderPlugin, UpgradeFolderPlugin, WtCustomFolderPlugin, WtSafeAreaFolderPlugin

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

Supported API: true

Extendable: true
  • Method Details

    • getFolderName

      String getFolderName()
      Obtain the name of the directory for the plugin to collect.

      Supported API: true
      Returns:
    • setFolderName

      void setFolderName(String folderName)
      Set the name of the directory for a plugin to collect.

      Supported API: true
      Parameters:
      folderName -