Interface IBomParser
-
- All Known Implementing Classes:
BomParser,BowerBomParser,MavenPomParser,NpmBomParser,SbtBomParser
public interface IBomParser- Author:
- eugen.horovitz
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description BomFileparseBomFile(java.lang.String bomPath)
-
-
-
Method Detail
-
parseBomFile
BomFile parseBomFile(java.lang.String bomPath)
-
-