Interface CustomLoaderLayout
public interface CustomLoaderLayout
Additional interface that can be implemented byLayouts
that write their own loader classes.- Since:
- 1.5.0
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
writeLoadedClasses(LoaderClassesWriter writer)
Write the required loader classes into the JAR.
Method Detail
writeLoadedClasses
void writeLoadedClasses(LoaderClassesWriter writer) throws IOException
Write the required loader classes into the JAR.- Parameters:
writer
- the writer used to write the classes- Throws:
IOException
- if the classes cannot be written