Interface MultipleFilePluginMBean
- All Superinterfaces:
PluginMBean,SelfEmailingMBean
- All Known Subinterfaces:
WinDUPluginMBean,XconfPluginMBean
- All Known Implementing Classes:
AbstractMultipleFilePlugin,AbstractWinDUPlugin,AbstractXconfPlugin,AuthPropertiesFilePlugin,CabinetBasedDataContainerAlignmentPlugin,ContainerStructurePlugin,DatabaseIndexUtilityPlugin,DeclarationsXconfPlugin,DomainAdministeredObjectsPlugin,DomainStructurePlugin,GroupDomainAndLocationPlugin,InvalidContainerTemplatesPlugin,InvalidLdapEntriesPlugin,InvalidObjectsPlugin,LocateDanglingReferencesPlugin,Log4jFilesPlugin,Log4jUpgradeFilesPlugin,MissingMasterPlugin,MissingRepresentablesPlugin,NullContainerReferencesCheckPlugin,ObjectInitializationRuleReportPlugin,SiteXconfPlugin,ValidateFamilyTableDataPlugin,VersionAttributeAlignmentPlugin
An interface specifying the APIs necessary for a
type of plugin that collects a list of files at one time during
plugin execution. These files should constitute a logical and
meaningful grouping of data as a whole.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
-
Method Summary
Methods inherited from interface com.ptc.customersupport.mbeans.PluginMBean
areDbCredentialsNeeded, areWindchillCredentialsNeeded, collect, collect, getClusterAware, getCompressOutput, getConfigFileName, getDateRangeUsed, getDescription, getDisplayName, getMBeanName, getName, getNmObject, getPluginType, getPluginVersion, setClusterAware, setCompressOutput, setDatabaseCredentials, setDateRangeUsed, setDisplayName, setMBeanNameMethods inherited from interface wt.jmx.core.mbeans.SelfEmailingMBean
emailThisMBean
-
Method Details
-
getFileList
String[] getFileList()Obtain a collection of the files to collect.
Supported API: true- Returns:
-