T - the type of resource collectionpublic interface ResourceCollectionEntryGenerator<T>
| Modifier and Type | Method and Description | 
|---|---|
void | 
generate(T parent,
        DirectoryBuilder builder)
Adds the directory, represented by the builder, to this resource collection. 
 | 
void | 
generate(T parent,
        FileBuilder builder)
Adds the file, represented by the builder, to this resource collection. 
 | 
void | 
generate(T parent,
        FirmwareBuilder firmwareBuilder)
Adds the firmware manifest, represented by the builder, to this resource collection. 
 | 
void generate(T parent, FileBuilder builder)
parent - the containing resource collection instancebuilder - the file builder representing the file resource to addvoid generate(T parent, DirectoryBuilder builder)
parent - the containing resource collection instancebuilder - the directory builder representing the directory resource to addvoid generate(T parent, FirmwareBuilder firmwareBuilder)
parent - the containing resource collection instancefirmwareBuilder - the builder representing the firmware resource to addCopyright © 2020 National Institute of Standards and Technology. All rights reserved.