public class ReproducibleLayerBuilder extends Object
UnwrittenLayer from files. The reproducibility is implemented by
strips out all non-reproducible elements (modification time, group ID, user ID, user name, and
group name) from name-sorted tar archive entries.| Constructor and Description |
|---|
ReproducibleLayerBuilder(List<Path> sourceFiles,
String extractionPath) |
| Modifier and Type | Method and Description |
|---|---|
UnwrittenLayer |
build()
Builds and returns the layer.
|
List<Path> |
getSourceFiles() |
public UnwrittenLayer build() throws IOException
IOException - if walking the source files failsCopyright © 2018. All rights reserved.