| Interface | Description |
|---|---|
| LiveAgentMBean |
MBean providing live status information.
|
| Class | Description |
|---|---|
| LiveAgent |
Java agent which adds a ClassFileTransfomer which replaces bytecode
of classes loaded from jar files by bytecode from live fallback locations
(local Maven projects detected by reading the live.xml or automatically
searched under a configurable directory).
|
| LiveClassFileTransformer |
Replaces bytecode of class by bytecode loaded from live fallback location.
|
| LiveInfo |
Manages live fallback location lookup for classes
based on live.xml or automatic Maven project detection.
|
| POMInfo |
Holder of basic POM information (groupId, artifactId, version)
|
| POMParser |
Fast SAX-based parser to get groupId, artifactId and version from POM.
|
Copyright © 2015 United Internet. All rights reserved.