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