| Enum | Description |
|---|---|
| FileEvent |
Type of the resource change event on filesystem.
|
| LoadEvent |
Type of event, when a class is loaded by a ClassLoader.
|
| Annotation Type | Description |
|---|---|
| Init |
Initialize plugin fields and methods.
|
| Manifest |
Manifest matching configuration
|
| Maven |
Maven artifact matching configuration
|
| Name |
Defines a manifest attribute-value pair to match.
|
| OnClassFileEvent |
OnResourceFileEvent for a change on resource file representing a java class.
|
| OnClassLoadEvent |
Define plugin callback method on class load by classloader (application class is loaded or reloaded by hotswap).
|
| OnResourceFileEvent |
Event for a resource change (change of a file on the filesystem).
|
| Plugin |
Plugin definition.
|
| Versions |
Defines an artifact (jar) which needs to be matched against Maven coordinates
of Manifest file information for this plugin to be enabled
The above are matched as OR (any of).
|
Copyright © 2018. All rights reserved.