Class ZipExporterClassResourcesHint

  • All Implemented Interfaces:
    ConnectorHint<ZipExporterClassResources>
    Direct Known Subclasses:
    DefaultZipExporterClassResourcesHint

    public abstract class ZipExporterClassResourcesHint
    extends Object
    implements ConnectorHint<ZipExporterClassResources>
    When exporting to e JAR/ZIP file we allow to add custom classes and resources to the resulting JAR.

    This allows to create a self-contained executable JAR that will startup with a Main class customizable by the framework user.

    © 2012-2034 akquinet tech@spree

    Hint is used by ZipExporter to add custom classes to the generated JAR and configure the META-INF/MANIFEST.MF Main-Class entry

    Author:
    M. Dahm