Uses of Class
com.atlassian.confluence.plugin.descriptor.aboutpage.Material
-
Packages that use Material Package Description com.atlassian.confluence.plugin.descriptor.aboutpage -
-
Uses of Material in com.atlassian.confluence.plugin.descriptor.aboutpage
Methods in com.atlassian.confluence.plugin.descriptor.aboutpage that return types with arguments of type Material Modifier and Type Method Description List<Material>
BomParser. extractLgplMaterials(String bomContents)
Extracts LGPL information from a String.List<Material>
BomParserImpl. extractLgplMaterials(String bomContents)
List<Material>
PluginAndMaterials. getMaterials()
Methods in com.atlassian.confluence.plugin.descriptor.aboutpage with parameters of type Material Modifier and Type Method Description int
Material. compareTo(Material material)
Constructor parameters in com.atlassian.confluence.plugin.descriptor.aboutpage with type arguments of type Material Constructor Description PluginAndMaterials(String pluginVersion, String pluginName, String introduction, String conclusion, List<Material> materials)
-