Package com.atlassian.jira.startup
Class PluginInfosImpl
java.lang.Object
com.atlassian.jira.startup.PluginInfosImpl
- All Implemented Interfaces:
PluginInfos,Iterable<PluginInfo>
Implementation for PluginInfos.
- Since:
- v5.0
-
Constructor Details
-
PluginInfosImpl
-
-
Method Details
-
name
Description copied from interface:PluginInfosReturns the name of this PluginInfos (e.g. "User Plugins", "System Plugins").- Specified by:
namein interfacePluginInfos- Returns:
- a String containing the name of this PluginInfos
-
iterator
- Specified by:
iteratorin interfaceIterable<PluginInfo>
-
size
public int size()Description copied from interface:PluginInfosReturns the size of this PluginInfos.- Specified by:
sizein interfacePluginInfos- Returns:
- the number of PluginInfo instances in this instance
-
toString
-
prettyPrint
Description copied from interface:PluginInfosReturns a String describing this PluginInfos in human-readable form. The text will include a header containing this PluginInfo's name, followed by a list of plugins. Sample output:___ User Plugins ____________________________ Number : 1 JIRA Charting Plugin : com.atlassian.jira.ext.charting Version : 1.8 Status : enabled Vendor : Atlassian Description : JIRA Plugin for graphical charts and graphs.- Specified by:
prettyPrintin interfacePluginInfos- Returns:
- a String
-