public class EbeanAgentLoader
extends org.avaje.agentloader.AgentLoader
| Constructor and Description |
|---|
EbeanAgentLoader() |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
loadAgent(String jarFilePath)
Load an agent providing the full file path.
|
static boolean |
loadAgent(String jarFilePath,
String params)
Load an agent providing the full file path with parameters.
|
static boolean |
loadAgentFromClasspath(String agentName)
Load the agent from the classpath using its name.
|
static boolean |
loadAgentFromClasspath(String agentName,
String params)
Load the agent from the classpath using its name and passing params.
|
public static boolean loadAgent(String jarFilePath)
Load an agent providing the full file path.
public static boolean loadAgent(String jarFilePath, String params)
Load an agent providing the full file path with parameters.
public static boolean loadAgentFromClasspath(String agentName)
Load the agent from the classpath using its name.
Copyright © 2015–2019 ActFramework. All rights reserved.