Uses of Class
org.spdx.maven.utils.SpdxCollectionException
-
Uses of SpdxCollectionException in org.spdx.maven.utils
Modifier and TypeMethodDescriptionvoid
SpdxFileCollector.collectFiles
(List<org.apache.maven.shared.model.fileset.FileSet> fileSets, String baseDir, SpdxDefaultFileInformation defaultFileInformation, Map<String, SpdxDefaultFileInformation> pathSpecificInformation, SpdxPackage projectPackage, RelationshipType relationshipType, SpdxDocument spdxDoc, Set<ChecksumAlgorithm> algorithms) Collect file information in the directory (including subdirectories).SpdxFileCollector.generateChecksum
(File file, Set<ChecksumAlgorithm> algorithms, SpdxDocument spdxDoc) Generate checksums for a given file using each algorithm supplied.static String
SpdxFileCollector.generateSha1
(File file, SpdxDocument spdxDoc) Generate the Sha1 for a given file.