| Package | Description |
|---|---|
| gov.nist.secauto.swid.plugin.entry | |
| gov.nist.secauto.swid.plugin.entry.archive | |
| gov.nist.secauto.swid.plugin.entry.resource | |
| gov.nist.secauto.swid.plugin.generate |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractFileEntry |
class |
FileFileEntry |
| Modifier and Type | Method and Description |
|---|---|
protected abstract Collection<? extends FileEntry> |
AbstractFileEntryProcessor.generateFileEntries(T record) |
List<FileEntry> |
AbstractFileEntryProcessor.process(List<? extends T> resources)
Process a collection of resources, extracting matching files.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FileSelectorPredicate.test(FileEntry entry) |
| Modifier and Type | Class and Description |
|---|---|
class |
ArchiveFileEntry |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<? extends FileEntry> |
ArchiveEntryFileEntryProcessor.generateFileEntries(org.codehaus.plexus.archiver.ArchiveEntry entry) |
| Modifier and Type | Class and Description |
|---|---|
class |
ResourceFileEntry |
| Modifier and Type | Method and Description |
|---|---|
protected Collection<? extends FileEntry> |
ResourceFileEntryProcessor.generateFileEntries(org.apache.maven.model.Resource resource) |
List<FileEntry> |
ResourceFileEntryProcessor.process(List<? extends org.apache.maven.model.Resource> resources) |
| Modifier and Type | Method and Description |
|---|---|
static void |
MavenProjectSwidBuilderHelper.applyFileEnties(AbstractResourceCollectionBuilder<?> builder,
String swidTagPath,
List<FileEntry> swidFiles,
Collection<HashAlgorithm> hashAlgorithms)
Apply the provided file entries to the tag's payload.
|
static SWIDBuilder |
MavenProjectSwidBuilderHelper.buildSwidTag(org.apache.maven.project.MavenProject project,
String swidTagPath,
List<Entity> entities,
List<FileEntry> swidFiles)
Build a SWID Tag using Maven project metadata and provided Entity and FileEntry information.
|
Copyright © 2020 National Institute of Standards and Technology. All rights reserved.