|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.atlassian.confluence.plugin.descriptor.aboutpage.BomParserImpl
public class BomParserImpl
Constructor Summary | |
---|---|
BomParserImpl()
|
Method Summary | |
---|---|
java.util.List<Material> |
extractLgplMaterials(java.lang.String bomContents)
Extracts LGPL information from a String. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BomParserImpl()
Method Detail |
---|
public java.util.List<Material> extractLgplMaterials(java.lang.String bomContents)
BomParser
For example:
accepted
ignored as a comment
ignored
as a non-LGPL licenseignored as a non-LGPL license
ignored as no identifying library information is supplied
ignored due to insufficient number of elements
ignored due to too many elements
extractLgplMaterials
in interface BomParser
bomContents
- usually the complete contents of a bom.csv file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |