public interface Installable
| Modifier and Type | Method and Description |
|---|---|
default void |
handleArguments(java.util.List<java.lang.String> args)
Given a list of command line arguments, handle them in whatever way makes sense for the implementing class.
|
net.bytebuddy.agent.builder.AgentBuilder |
install(net.bytebuddy.agent.builder.AgentBuilder agentBuilder)
Install the necessary hooks for this piece of DiSCo functionality.
|
default java.util.List<InstallationError> |
verifyEffect()
Verify that one or more classes appear instrumented as intended by this Installable.
|
net.bytebuddy.agent.builder.AgentBuilder install(net.bytebuddy.agent.builder.AgentBuilder agentBuilder)
agentBuilder - - an AgentBuilder to append instructions todefault void handleArguments(java.util.List<java.lang.String> args)
args - command line arguments in the form ["key1=value1", "key2=value2,value3", "value4"]default java.util.List<InstallationError> verifyEffect()