Class ZipExporterClassResourcesHint
- java.lang.Object
-
- de.akquinet.jbosscc.guttenbase.hints.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
-
-
Constructor Summary
Constructors Constructor Description ZipExporterClassResourcesHint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Class<ZipExporterClassResources>
getConnectorHintType()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.akquinet.jbosscc.guttenbase.hints.ConnectorHint
getValue
-
-
-
-
Method Detail
-
getConnectorHintType
public Class<ZipExporterClassResources> getConnectorHintType()
- Specified by:
getConnectorHintType
in interfaceConnectorHint<ZipExporterClassResources>
-
-