Package org.eclipse.packager.rpm.build
Interface FileInformationProvider<T>
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface FileInformationProvider<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default FileInformationProvider<T>customize(FileInformationCustomizer<T> customizer)default FileInformationProvider<T>customize(SimpleFileInformationCustomizer customizer)FileInformationprovide(java.lang.String targetName, T object, PayloadEntryType type)
-
-
-
Method Detail
-
provide
FileInformation provide(java.lang.String targetName, T object, PayloadEntryType type) throws java.io.IOException
- Throws:
java.io.IOException
-
customize
default FileInformationProvider<T> customize(FileInformationCustomizer<T> customizer)
-
customize
default FileInformationProvider<T> customize(SimpleFileInformationCustomizer customizer)
-
-