Interface CustomLoaderLayout
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Additional interface that can be implemented by 
Layouts that write their
 own loader classes.- Since:
- 1.5.0
- 
Method SummaryModifier and TypeMethodDescriptionvoidWrite the required loader classes into the JAR.
- 
Method Details- 
writeLoadedClassesWrite the required loader classes into the JAR.- Parameters:
- writer- the writer used to write the classes
- Throws:
- IOException- if the classes cannot be written
 
 
-