public class TomEEMicroProfileListener
extends java.lang.Object
| Constructor and Description |
|---|
TomEEMicroProfileListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterApplicationDeployed(BeforeEvent<AssemblerBeforeApplicationDestroyed> event) |
void |
enhanceScannableUrls(EnhanceScannableUrlsEvent enhanceScannableUrlsEvent) |
static Index |
of(java.util.List<java.lang.String> files)
Constructs an Index of the passed files and directories.
|
void |
processApplication(BeforeEvent<AfterApplicationCreated> afterApplicationCreated) |
void |
registerMicroProfileJaxRsProviders(ExtensionProviderRegistration extensionProviderRegistration) |
public void enhanceScannableUrls(@Observes EnhanceScannableUrlsEvent enhanceScannableUrlsEvent)
public void afterApplicationDeployed(@Observes BeforeEvent<AssemblerBeforeApplicationDestroyed> event)
public void processApplication(@Observes BeforeEvent<AfterApplicationCreated> afterApplicationCreated)
public void registerMicroProfileJaxRsProviders(@Observes ExtensionProviderRegistration extensionProviderRegistration)
public static Index of(java.util.List<java.lang.String> files)
throws java.io.IOException
files - class files, JAR files or directories containing class files to indexjava.lang.IllegalArgumentException - if any passed File is null or not a class file, JAR file or directoryjava.io.IOException