Interface GatherFilePluginMBean

All Superinterfaces:
PluginMBean, SelfEmailingMBean
All Known Implementing Classes:
AgentIniPlugin, CogstartupXmlPlugin, DbPropertiesPlugin, EsiPropertiesPlugin, GatherFilePlugin, IePropertiesPlugin, MigrationPropertiesPlugin, SearchPropertiesPlugin, VendorPortalPropertiesPlugin, WtPropertiesPlugin, WvsPropertiesPlugin

public interface GatherFilePluginMBean extends PluginMBean
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
  • Method Details

    • getFileName

      String getFileName()
      Obtain the name of the file to collect.

      Supported API: true
      Returns:
    • setFileName

      void setFileName(String fileName)
      Set the name of the file to collect.

      Supported API: true
      Parameters:
      logsDirectory -